Overview
This section tells an agent developer where to start, how to authenticate, and which integration path to choose first.
What belongs here
Agent API covers token-based access for agents and coding agents. It is separate from the `web`, `extension`, `desktop`, and `mobile` Clients and uses an API Token instead of a Device Session.
NoticeIf you have not confirmed the first Capture flow yet, go back to Getting Started before you test Agent API behavior.
Recommended sequence
Use this order to get from token issuance to a working integration path.
- 1
Sign in on the web app and issue a personal access token from Settings.
- 2
Use the token against the Agent API base path at `/api/v1/agent`.
- 3
Choose either the integration guide or the API Reference, depending on whether you are installing a skill or calling the API directly.
Entry points
Open the page that matches the stage of work you are in right now.
Start with endpoint families, auth expectations, and the first working Agent API calls.
Agent IntegrationChoose a distribution path for the Quontext skill, then connect any coding agent workflow.
Getting StartedIf the first Capture flow is not stable yet, confirm setup before Agent API work.