Everything needed to build and maintain the agent skills for interacting with the Openapi API marketplace.
| File / folder | What it contains |
|---|---|
| company-profile.md | Who Openapi is: company facts, history, offering, certifications, data sources |
| services-catalog.md | Catalog of all 28 APIs with base URLs, categories, and deprecation status |
| platform-guide.md | Cross-cutting platform knowledge: OAuth v2 authentication, scopes, billing, sandbox, async patterns |
| faq.md | Console FAQ (account, API usage, payments and subscriptions) |
| references.md | External references: websites, GitHub repos (SDKs, CLI, MCP server), Postman, status page |
| services/ | Per-service endpoint references (generated from the OAS specs) |
| oas/ | Snapshot of the official OpenAPI 3 specs from openapi/openapi-cli |
- Canonical spec URLs:
https://console.openapi.com/oas/en/<service>.openapi.json(full list in oas/00-list.txt). Re-download intooas/and regenerateservices/when specs change. - The API Library at https://console.openapi.com/apis is the source of truth for which APIs are active or deprecated.