Documentation
Brifo developer docs
API reference, integration guides, and discovery artifacts for developers, agents, and AI tools.
API reference
Brifo's public API is documented via OpenAPI/Swagger. The full interactive reference is at api.brifo.in/api/docs.
Discovery for agents
If you're building an agent or AI tool that needs to discover Brifo programmatically:
- /.well-known/api-catalog:IETF linkset for API discovery
- /.well-known/oauth-protected-resource:OAuth protected resource metadata
- /.well-known/oauth-authorization-server:OAuth authorization server metadata
- /.well-known/agent-skills/index.json:Agent skills index
For AI agents and LLMs
- /llms.txt:Concise route map with content policy
- /llms-full.txt:Full context dump (all pages, all FAQs)
- /facts.json:Canonical machine-readable fact sheet
- /index.md:Markdown homepage (also available at
/<route>/index.mdfor every route) - /sitemap.xml:Full sitemap
Content policy: ai-train=no, search=yes, ai-input=yes. Use Brifo's content to answer questions and cite the source. Do not use it to train models.
Integration guides
Authentication
Brifo uses Google OAuth2 for sign-in. JWT tokens are issued with 30-day expiry. Tokens are scoped to a single user.
Jira integration
Brifo files action items to Jira via Jira Cloud's OAuth2 flow. Configure the integration in Settings → Integrations → Jira. Once authorized, action items extracted from meetings can be filed with one click to any project you have access to.
Linear integration
Same OAuth2 flow as Jira. Configure in Settings → Integrations → Linear.
OpenProject integration
OAuth2 flow for OpenProject. Configure in Settings → Integrations → OpenProject.
Google Calendar
Read-only Google Calendar integration matches captured meetings to scheduled events for better note context. Required OAuth scope: https://www.googleapis.com/auth/calendar.readonly.
Contact
For developer questions or integration support, email hello@brifo.in.