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
| Endpoint | Purpose |
|---|---|
GET /release.json | Current version, tag, releases, and download URLs. |
GET /changelog.json | Localized release notes. |
GET /index.md | Markdown fallback for the homepage. |
GET /llms.txt | Concise agent context. |
GET /llms-full.txt | Full product and integration context. |
GET /api/auth.json | Machine-readable no-auth access model. |
GET /api/rate-limits.json | Rate-limit notes for static metadata. |
GET /api/errors.json | Error model and recovery guidance for static metadata. |
GET /status.json | Status of public website metadata surfaces. |
GET /.well-known/agent.json | Agent discovery metadata. |
GET /.well-known/agent-card.json | A2A agent card. |
GET /api/mcp.html | Human-readable MCP availability status and alternatives. |