MAI-API

part of AIAAM — AI as a Market

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" }, ... ] }
43
manifests available
13
categories
~300
tokens per manifest
0
auth required

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

ai
OpenAI API
20 endpoints
communication
SendGrid Email Activity API
20 endpoints
Slack Web API
20 endpoints
Telegram Bot API
20 endpoints
Twilio API
21 endpoints
Vonage Business Cloud Account API
3 endpoints
WhatsApp Business API
20 endpoints
Zoom API
20 endpoints
data
APOD
1 endpoints
IP Geolocation API
1 endpoints
devtools
CircleCI REST API
20 endpoints
DigitalOcean API
20 endpoints
Eqivo API
20 endpoints
LaunchDarkly REST API
20 endpoints
Netlify API
20 endpoints
Snyk API
20 endpoints
Vercel API
20 endpoints
ecommerce
eBay Account API
20 endpoints
finance
Xero OAuth 2 Identity Service API
2 endpoints
google
Firebase Management API
20 endpoints
Gmail API
20 endpoints
Google Calendar API
20 endpoints
Google Drive API
20 endpoints
Google Sheets API
17 endpoints
YouTube Data API v3
19 endpoints
media
Giphy API
10 endpoints
Medium API
20 endpoints
Spotify Web API
20 endpoints
payment
Adyen Account API
20 endpoints
payments
KYC API
20 endpoints
Plaid API
20 endpoints
Square Connect API
20 endpoints
Stripe API
20 endpoints
productivity
Asana
20 endpoints
Box Platform API
20 endpoints
clickup20
2 endpoints
Jira Cloud REST API
20 endpoints
Notion API
13 endpoints
Trello
15 endpoints
security
1Password Connect
15 endpoints
1Password Events API
3 endpoints
Okta Users API
19 endpoints
social
Twitter API v2
20 endpoints