Skip to main content
Building an agent? Load the entire docs as one file from /llms-full.txt first.
The Gildea API publishes a complete OpenAPI 3.1 specification covering every endpoint, with full request and response schemas, authentication, and parameters.

openapi.json

View or download the raw machine-readable specification.

What you can do with it

Generate a client

Feed the spec to openapi-generator to scaffold a typed client in any language.

Import into an API client

Load it into Postman, Insomnia, or Bruno to explore the endpoints interactively.

Power agent discovery

Hand the spec to an agent so it can discover endpoints, parameters, and schemas on its own.

Validate requests & responses

Use the schemas to validate payloads against the contract at build or runtime.