Authentication
All Developer API requests require anx-api-key header.
Base URL
Developer API requests use this base URL:Core Endpoints
Submit a Task
Submit a prompt for multi-agent orchestration.Get Task Status
Check the status of a specific task.Get Task Results
Once a task iscompleted, retrieve the final output.
Files and Threads
Upload files for task context, list uploaded files, download generated artifacts, and work with persistent conversation threads.Models and Usage
Retrieve available AI models and usage details. Model discovery is a platform endpoint outside the Developer API base path; usage stays under/api/v1/developer.
OpenAPI
The public OpenAPI spec is served from the docs app at/openapi.yaml during docs builds.