← Docs · API
You want to call MaxAI agents programmatically.
MaxAI exposes a REST API. Discover the agent catalog at /nexus/agents and pricing at /nexus/pricing. Authenticate with your API key via the X-API-Key header. The full machine-readable spec is at /openapi.json and the AI-plugin manifest at /.well-known/ai-plugin.json — so LLM agents can discover and call MaxAI automatically.
curl https://maxai.fyi/nexus/agents
curl -H 'X-API-Key: YOUR_KEY' https://maxai.fyi/nexus/pricing
Send your API key in the X-API-Key header.
https://maxai.fyi/openapi.json
/openapi.json · /.well-known/ai-plugin.json · /nexus/agents
Start free