Skip to main content

Authentication

Most AXTL control API requests use a bearer token:

Token types

Agent API keys

Create an agent API key with a platform bearer token:
Then invoke the deployed backend with the returned one-time key:
The agent key must belong to the agent identified by {agentSlug}.

Security basics

  • Treat all tokens as secrets.
  • Send tokens only over HTTPS.
  • Rotate exposed keys.
  • Revoke unused agent keys.
  • Do not publish tokens in client-side source code.