Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

API Reference

Apira keeps exact endpoint schemas in generated OpenAPI, not in hand-written guide pages.

Canonical sources

Use these sources when you need the current request and response contract:

The Vocs docs explain how to use Apira. The OpenAPI document is the source of truth for exact endpoint field names, validation rules, and documented response schemas. Operational/global errors are summarized in these docs when they are not endpoint-specific.

Primary search endpoint

The main public search endpoint is:

POST /v1/github/search

Authenticated requests use the X-API-Key header. For coding-agent setup, see Apira for Coding Agents. For companion skill/workflow templates, see Follow-on Skills.

Avoid schema drift

When building clients, agents, or tests, fetch the OpenAPI document instead of copying endpoint schemas from these narrative docs.