BUREAU API
Public API Documentation
DISCOVERY
The homepage advertises machine-readable resources with RFC 8288 Link response headers.
API catalog: /.well-known/api-catalog
OpenAPI description: /openapi.json
Agent Skills: /.well-known/agent-skills/index.json
MCP Server Card: /.well-known/mcp/server-card.json
OAuth Protected Resource Metadata: /.well-known/oauth-protected-resource
Agent registration: /auth.md
POST /api/requests
Captures a public website intake request from the homepage form. The body accepts url, optional locale (en, fr, es, pt, ja or ko), optional source, and an empty companyWebsite honeypot field.
{
"url": "kendrick.paris",
"locale": "en"
}GET /api/diagnostics/{token}
Reads a private shared diagnostic when supplied with an administrator-generated token. Crawler detail is omitted from the public response.
GET /api/agenda/public
Lists published fashion market agenda events verified from official organizer sources. Backoffice draft and ready records are not returned by this public feed.
Public page: /agenda