ReferenceAgent API
Get the organization's most recently generated FAQ digest
Authorization
bearerAuth faq:readAuthorizationBearer <token>
Org-scoped API key generated in Settings → API Keys (al_live_ prefix). Shared with the MCP server — the same key authenticates both surfaces. A key carries a set of least-privilege scopes; each operation lists the scope it requires. A key missing a required scope gets 403 with a WWW-Authenticate: Bearer error="insufficient_scope" header. Scope catalogue: see the x-api-scopes object and /.well-known/oauth-protected-resource.
In: header
Scope: faq:read
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/agent/faq"{ "message": "string", "week_start": "string", "week_end": "string", "ticket_count": 0, "content": "string"}{ "error": { "message": "string", "code": "rate_limited" }}{ "error": { "message": "string", "code": "rate_limited" }}