Skip to main content
The Hobbes Read API skill gives AI coding agents a reviewed workflow for reading sessions, people, accounts, transcripts, and funnel metrics. It includes the exact endpoint map, scope requirements, pagination rules, retry behavior, and transcript safeguards.

View the Hobbes Read API skill

Review the complete agent instructions before installing the skill.

Install the skill

Use a client that supports the open Agent Skills format:
The listing should show hobbes-read-api. If it still shows the older hobbes entry immediately after a documentation deployment, wait for Mintlify’s skill discovery cache to refresh before installing it. The hosted skill and its discovery metadata stay synchronized with this documentation.

Provide credentials safely

Create a minimum-scope key in Hobbes Settings, then provide it to the agent’s server-side environment:
Do not paste a key into an agent conversation, commit it to a repository, or place it in browser code. Remove it from the shell when the task is complete:

Example requests

Ask an agent to use the installed skill for tasks such as:
  • “Use the Hobbes Read API to incrementally sync qualified sessions into our CRM.”
  • “Export the last seven days of Hobbes sessions to newline-delimited JSON.”
  • “Find recently active high-intent prospects and rank them by lastSeenAt.”
  • “Retrieve one selected session transcript and preserve request IDs on errors.”
The skill tells the agent how to build or review the integration. It does not contain an API key, grant access to an organization, or add write operations.

Machine-readable resources

Use the OpenAPI specification as the field-level contract. The skill provides the workflow and safety rules that an API schema alone cannot express.