Boni
Boni
Browse documentation
Developer Platform·reference·Version 1

Developer overview

Discover Boni's public contracts in human, Markdown, JSON, and OpenAPI formats, then authenticate to the product API itself.

Documentation formats

Public documentation is intentionally readable without authentication. Use:

  • /llms.txt for compact AI discovery;
  • /raw/<slug>.md for one Markdown page;
  • /api/docs/catalog for the complete public metadata catalog;
  • /api/docs/page?slug=<slug> for one structured page;
  • /api/docs/search?q=<query> for weighted full-text search;
  • /openapi/ for published OpenAPI contracts.

Product API authentication

Public documentation does not make a product API public. Each API contract defines its own Boni One user, service-account, scope, tenant, workspace, idempotency, and approval requirements. Never put a product credential in a browser URL or Knowledge file.

Versioning

Documentation records expose their version, content hash, and update time. OpenAPI filenames and contract versions remain stable and are changed deliberately. Integrations should use documented idempotency and error contracts rather than scraping the human UI.

Developer overview | Documentation | Boni