Product
Jentic OSThe workplace. An in-house AI platform for every employeeJentic OneSafe access. Agents reach your systems without holding keysJentic AIRThe foundation. Gets your existing platforms ready for AI
Pricing
Developers

GET STARTED

API DirectoryBrowse 10,000+ APIs Ready For AI Agent IntegrationDocumentationGuides and API reference

TOOLS

API ScoringCheck your AI Readiness using our scorecardArazzo UIVisualize Arazzo Workflows As Interactive DocumentationArazzo EditorBuild And Edit Multi-Step API Workflows Visually

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Try it now
Jentic OSJentic OneJentic AIR
Pricing
API DirectoryDocumentationAPI ScoringArazzo UIArazzo EditorGitHubOpen Standards
Resources
About UsCareersContact
Try it now
JenticJentic
Products
  • Jentic OS
  • Jentic One
  • Jentic AIR
For Developers
  • API Directory
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient SecurityISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic Technology Ltd. All rights reserved.
Switch to light modeSwitch to dark mode
APIs / AI/ML / Octave API
Octave API logo

Octavehq Octave API

Official vendor OpenAPI document · agent-readyAI/MLLanguage ModelsapiKey1 EndpointsREST

For Agents

List the AI sales agents configured in an Octave HQ workspace through the public v2 API.

Use for: List all AI agents in my Octave workspace, Find every prospector agent configured in Octave, Get the catalogue of Octave agents available to my key, Retrieve the list of email agents in Octave

Not supported: Does not handle agent execution, CRM writes, or email sending - use for listing Octave HQ AI agents only.

Octave HQ exposes its agent platform through a public v2 API focused on listing the AI agents configured in a workspace. The platform's agents cover prospector, content, email, enrichment, qualification, and call-preparation roles aimed at outbound sales workflows. The published surface in this spec is intentionally narrow - listing agents - and provides the entry point external tools need to discover what agents exist before triggering deeper, account-specific actions in Octave.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Octave API to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Octave API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Foctavehq.com%2Foctavehq" | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Foctavehq.com%2Foctavehq" | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with Octave API.

List the AI agents configured in an Octave HQ workspace via /agents/list

Discover prospector, content, email, and enrichment agents available to the account

Audit which agents are deployed before triggering deeper Octave workflows

Sync the catalogue of Octave agents into an internal agent registry

Verify access to the Octave v2 API with a simple list call

Use Cases

Patterns agents use Octave API for, with concrete tasks.

★ Octave Agent Inventory Audit

Audit which AI agents are configured in Octave by calling /agents/list and comparing the result to the expected inventory. Useful for revenue operations teams who need to know which prospector, content, email, enrichment, qualification, and call-preparation agents are live before approving a campaign. The single-endpoint scope keeps the integration trivial.

Call /agents/list and return the names and types of all configured agents.

Internal Agent Registry Sync

Synchronise the catalogue of Octave agents into an internal agent-registry tool by polling /agents/list on a schedule and writing the result into an internal table. Helps RevOps and engineering teams maintain a single source of truth for which third-party agents are connected to which workspaces. The endpoint is read-only, so the sync carries no risk of changing Octave configuration.

Call /agents/list nightly and upsert the rows into the internal agents table keyed by Octave agent ID.

Pre-Campaign Readiness Check

Run a pre-campaign readiness check by calling /agents/list and verifying that the prospector, email, and qualification agents required for the workflow exist before launching outbound. If any expected agent is missing the campaign is held until configuration is fixed. Fits well into a CI-style preflight job ahead of large outbound bursts.

Call /agents/list and assert that agents named 'prospector' and 'email' are present, otherwise abort the campaign.

AI Agent Octave Discovery

An orchestrating AI agent can call Octave through Jentic to discover what specialised sales agents are available to the account before deciding which workflow to invoke. The agent finds /agents/list by intent, executes it, and uses the response to plan downstream actions. Credentials remain in your Jentic One instance throughout.

Use Jentic to call /agents/list and return the count of agents grouped by type.

Key Endpoints

1 endpoints — octave hq exposes its agent platform through a public v2 api focused on listing the ai agents configured in a workspace.

METHOD

PATH

DESCRIPTION

GET

/agents/list

List all configured Octave agents

GET

/agents/list

List all configured Octave agents

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Setup

Wiring the Octave API by hand means setting up its api_key header, targeting the app.octavehq.com/api/v2 host, and parsing the agent list yourself. Through Jentic you install once, import Octave from the API Directory, store the API key once, and your agent calls it.

Permission scoping

Permission scoping

The Octave API exposes a single read operation and no resource id in the URL path, so scoping is by operation: you limit the agent to the one operation it needs, listing Octave HQ AI agents, and it can call nothing else.

Credential management

Credential isolation

Your Octave API key is stored once, encrypted, by your own Jentic One instance and injected into the api_key header at execution time. It never enters the agent's prompt, logs, or context.

Intent-based discovery

Intent-based discovery

Agents search Jentic by intent such as 'list AI sales agents in Octave', and Jentic returns the /agents/list operation with its input schema so the agent calls the right endpoint without browsing the reference docs.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Complementary

Apollo.io API

→

B2B prospecting database with email and dialer

Use Apollo alongside Octave when the prospector agent needs an external contact data source for list building.

Alternative

Instantly API

→

Cold-email sending platform with deliverability tooling

Choose Instantly when the agent's job is to send outbound email at scale; Octave focuses on the agent layer that decides what to send.

Alternative

Outreach API

→

Sales engagement platform for sequences and dialer

Choose Outreach for full sales-engagement workflow management; Octave is narrower and AI-agent-centric.

Alternative

Salesloft API

→

Sales engagement and revenue orchestration

Choose Salesloft for end-to-end sales engagement; Octave for workflows orchestrated by configurable AI agents.

FAQs

Specific to using Octave API through Jentic.

What authentication does the Octave API use?

An API key supplied via the api_key header. Jentic stores the key encrypted in its vault and injects it at execution time so the raw secret never enters the agent's prompt.

Can I list all my Octave agents through this API?

Yes - that is exactly what the /agents/list endpoint returns. The response includes the agent identifier and type (prospector, content, email, enrichment, qualification, call preparation) for each agent configured in the workspace.

What are the rate limits for the Octave API?

Octave does not publish a hard quota in the spec. Cache the agent list - it changes infrequently - and avoid polling the endpoint more than once a minute. Respect any 429 responses with exponential backoff.

How do I list agents through Jentic?

Search Jentic for 'list Octave AI agents', load the schema for /agents/list, then execute. With pip install jentic the call is await client.search(...), await client.load(...), await client.execute(...) inside an asyncio.run wrapper.

Does this API let me trigger an Octave agent run?

The single endpoint exposed in this spec is /agents/list - agent execution is not part of the public v2 surface. Trigger runs through the Octave UI or contact Octave for any workflow that needs programmatic agent execution.

Is the Octave API free?

API access is tied to an Octave subscription. Confirm tier-specific entitlements in your Octave dashboard - there is no standalone free API tier in the spec.

Can I limit what my agent is allowed to do with the Octave API?

Yes. The Octave API exposes a single read operation, listing the AI sales agents in a workspace via /agents/list, so you scope access at the operation level: in your self-hosted Jentic One instance you allow the agent only that one list operation and it can call nothing else. Because you host Jentic One yourself, your own rules decide which operations and which stored credentials the agent may use, and the Octave API key is injected at execution time rather than exposed to the agent. Since /agents/list carries no resource id in the path and only reads, the agent cannot modify Octave configuration, trigger runs, or reach any other endpoint.

GET STARTED

Start building with Octave API

Explore with Jentic One
View OpenAPI Document