Developers
Maya Developer Resources
Maya, the AI Visibility Platform, exposes a public REST API, an OpenAPI specification and a Model Context Protocol (MCP) server so AI agents and your own systems can integrate programmatically — not just through the web UI.
API & agent resources
OpenAPI Specification
Machine-readable OpenAPI 3.1 description of every Maya REST endpoint. Point your agent, Postman or codegen tool here.
/openapi.jsonREST API Index
The live, unauthenticated discovery endpoint. Lists available endpoints and links back to this spec and the MCP server.
/api/v1Agent Readiness API
POST a domain to get an agent-readiness score, tier, 21 checks and a 27-agent access matrix. API-key authenticated.
/api/v1/agent-readinessMaya MCP Server
Model Context Protocol server for AI agents (Claude, ChatGPT and others). Connect via OAuth or a maya_live_ bearer token.
/api/mcp/v1/mcpIntegration & API Docs
Guides for log ingestion, markdown rendering, security posture and the ingestion API.
/docsllms.txt
The AI-crawler index of Maya's public surface, including these developer resources.
/llms.txtAuthentication
Authenticated endpoints use bearer tokens. Send Authorization: Bearer <token>. API keys start with maya_live_; MCP OAuth tokens start with maya_oat_. Errors are returned as structured JSON with a stable code, message and hint.