BEEE Developer Documentation
Everything an engineer or an AI agent needs to work with beeeproject.com: the public REST API, the OpenAPI spec, authentication, webhooks and the agent access layer.
Machine-readable files
- llms.txt - the site index for AI agents
- sitemap.xml - XML site map of crawlable pages
- robots.txt - crawler policy; GPTBot, ClaudeBot, PerplexityBot and OAI-SearchBot are allowed
- OpenAPI spec - the public REST API, in OpenAPI 3.1
Guides
- API reference - endpoints, methods, request bodies and responses
- Authentication - session cookie, email/password and Google sign-in
- Webhooks - Paystack payment event webhooks
- AI agents - how to read and use the site programmatically
Quick facts
| Base URL | https://beeeproject.com/api |
|---|---|
| Content type | application/json |
| Auth | httpOnly session cookie, or none for public endpoints |
| Markdown negotiated | Add Accept: text/markdown to any public page |