apimatic.io
APIMatic is a platform for transforming API definitions and generating SDKs, API documentation portals, and related developer assets from API specifications. It also provides tooling for validation, governance, and automation around the API lifecycle.
APIMatic exposes two HTTP APIs—a general Platform API at `https://api.apimatic.io` authenticated with an Auth Key, plus a public API Transformer endpoint at `https://apimatic.io/api/transform` with a known OpenAPI spec—and an npm-distributed `apimatic` CLI that supports browser login or Auth Key authentication.
- APIMatic Platform APIdiscovered
- APIMATIC API Transformerdiscovered
- APIMatic CLIdiscovered
$ apimatic auth login --auth-key=... or pass --auth-key=... to individual commandsAcquired by the CLI — running apimatic auth login --auth-key=... or pass --auth-key=... to individual commands opens the auth flow and stores the credential.
$ apimatic auth loginAcquired by the CLI — running apimatic auth login opens the auth flow and stores the credential.
conventions · 0/7 published
- integrations.json——
- llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing