An agent is a registered identity for your AI workload — like a user account, but for a machine.Documentation Index
Fetch the complete documentation index at: https://docs.goantiai.com/llms.txt
Use this file to discover all available pages before exploring further.
From the dashboard
- Go to Agents → New Agent
- Enter a name (e.g.
payment-processor), description, and tags - Click Create Agent
- Copy the Client Secret — shown once only
From the API
Credential types
Client Secret (recommended) — used with the OAuth 2.1 token endpoint. Rotatable without downtime using the overlap window. API Keys — long-lived keys for agents that can’t use OAuth flows. Up to 10 active keys per agent, default expiry 90 days.Agent status
| Status | Meaning |
|---|---|
| Active | Agent can request tokens normally |
| Suspended | Tokens revoked; reversible |
| Revoked | Permanent — all credentials gone |