Bobcorn / Developers

Bobcorn API Docs

The Bobcorn public website API is static, read-only, and unauthenticated. It describes the product, releases, changelog, and agent discovery metadata. Bobcorn does not currently provide hosted project CRUD, OAuth, remote export jobs, or webhooks.

Endpoints

EndpointPurpose
GET /release.jsonCurrent version, tag, releases, and download URLs.
GET /changelog.jsonLocalized release notes.
GET /index.mdMarkdown fallback for the homepage.
GET /llms.txtConcise agent context.
GET /llms-full.txtFull product and integration context.
GET /api/auth.jsonMachine-readable no-auth access model.
GET /api/rate-limits.jsonRate-limit notes for static metadata.
GET /api/errors.jsonError model and recovery guidance for static metadata.
GET /status.jsonStatus of public website metadata surfaces.
GET /.well-known/agent.jsonAgent discovery metadata.
GET /.well-known/agent-card.jsonA2A agent card.
GET /api/mcp.htmlHuman-readable MCP availability status and alternatives.

Related Docs