Agent API overview
Start here for auth, first calls, and skill setup.
What this section covers
Agent API uses personal access tokens. It is separate from the web, extension, desktop, and mobile apps.
NoticeIf your first capture is not working yet, go back to Getting Started first.
Recommended sequence
Use this order to get to a working integration.
- 1
Sign in on the web app and create a personal access token in Settings.
- 2
Use the token with the Agent API base path at `/api/v1/agent`.
- 3
Start with `search`, then `get_clip`, then `list_clips`.
- 4
Use the integration guide for skill install, or the API Reference for direct calls.
Entry points
Open the page you need now.