We now publish OpenAPI specifications for the Code Storage HTTP API. You can use them to generate typed clients, import requests into tools like Postman or Insomnia, and keep automation aligned with the live API contract.
The spec is available as JSON or YAML from your cluster URLs at:
https://api.{cluster}.code.storage/api/openapi.json or
https://api.{cluster}.code.storage/api/openapi.yaml. For example, the Pierre cluster publishes its
spec at https://api.pierre.code.storage/api/openapi.json and
https://api.pierre.code.storage/api/openapi.yaml.
With this improvement, code.storage/docs is now powered by the same schemas to ensure parity between live systems and documentation.