Compact API manifests for AI agents
MAI-API takes public OpenAPI/Swagger specifications and compresses them into compact JSON manifests that AI agents can read in ~300 tokens — instead of parsing thousands of lines of raw spec.
Each manifest contains the service name, base URL, auth method, and up to 20 key endpoints with their parameters and return types. Nothing more.
These manifests are compiled from publicly available OpenAPI specifications, primarily sourced from
APIs.guru.
AIAAM has no affiliation with the API providers listed below.
Manifests may be incomplete — always refer to the official documentation for authoritative information.
Example — fetch the Stripe manifest
GET https://aiaam.xyz/api/v1/services/stripe_api/mai-api.json
Response structure
{ "service": "Stripe API", "base_url": "https://api.stripe.com", "auth": { "type": "apikey", "header": "Authorization" }, "intents": [ { "id": "get_account", "method": "GET", "path": "/v1/account", "returns": "current account details" }, ... ] }
Compile your own API
Have a public OpenAPI or Swagger URL? Submit it and we'll compile a MAI-API manifest within seconds. Free, no account needed.
Available manifests
communication
devtools
google
payments
productivity
security