Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.87 KB

File metadata and controls

39 lines (29 loc) · 1.87 KB

References

External resources to use when building and maintaining the skills.

Official websites

Resource URL
Marketplace / corporate site https://openapi.com/
About us https://openapi.com/about-us
Developer console (account, tokens, sandbox, playground) https://console.openapi.com/
API Library https://console.openapi.com/apis
Support & FAQ https://console.openapi.com/support
Documentation portal https://docs.openapi.com/ (legacy: https://docs.openapi.it/)
Blog (tutorials, announcements) https://openapi.com/blog
System status https://openapi-com.statuspage.io

GitHub repositories (github.com/openapi)

Repo Purpose
https://github.com/openapi/openapi-rust-sdk Official Rust SDK
https://github.com/openapi/openapi-php-sdk Official PHP SDK
https://github.com/openapi/openapi-python-sdk Official Python SDK
https://github.com/openapi/mcp-server Official MCP server (Model Context Protocol gateway to Openapi services)
https://github.com/openapi/openapi-cli Official CLI; its oas/ folder holds the OpenAPI 3 specs mirrored in knowledge/oas/

Legacy organization: https://github.com/openapi-it

OpenAPI specification sources

Canonical, always-current spec URLs (English): https://console.openapi.com/oas/en/<service>.openapi.json — the full list is in oas/00-list.txt. A snapshot of all 29 specs is vendored in knowledge/oas/, and per-service endpoint summaries generated from them live in knowledge/services/.

Other channels