Agent API

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.

Notice

If 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. 1

    Sign in on the web app and issue a personal access token from Settings.

  2. 2

    Use the token against the Agent API base path at `/api/v1/agent`.

  3. 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.