Skip to main content

Quickstart

This guide shows the intended public flow. Replace placeholders before running commands.

Prerequisites

  • An AXTL account.
  • A platform bearer token for the AXTL control API. Create or manage API access from the AXTL dashboard.
  • Your API base URL. Use {AXTL_API_BASE_URL} until your workspace confirms the production base URL.
During the beta, API access, quotas, and advanced workspace settings may vary by workspace.

1. Create a backend generation

Save data.agent.id as agentId and data.job.id as jobId.

2. Check generation status

Wait until the job status is completed. Generation jobs can also report queued or failed; treat other beta statuses as progress details.

3. Deploy the backend

Then poll deployment status:

4. Get the endpoint

5. Create an agent API key

Copy the returned data.key immediately. AXTL returns the raw key only once.

6. Invoke the backend

Next steps