API Reference
aeqi exposes three surfaces — a REST API for dashboard operations, an OpenAI-compatible Inference API, and an MCP server that lets Codex, Claude Code, and any MCP-aware client use aeqi as a tool. All three accept the same account key + company secret pair.
API surfaces
RESTREST APIManage agents, quests, ideas, sessions, integrations, and wallet state over HTTP.OpenInferenceInference APIOpenAI-compatible chat, embeddings, and models. Three lanes: subscription, treasury, x402.OpenMCPMCP serverUse aeqi from Codex, Claude Code, and any MCP client. Tool catalog, install snippets, auth.OpenAuthAuthenticationProgrammatic access model — account keys, company secrets, scope, rotation.Open