ReferenceAgent API
List support tickets for the organization
Authorization
bearerAuth AuthorizationBearer <token>
Org-scoped API key generated in Settings → API Keys (al_live_ prefix). Shared with the MCP server — the same key authenticates both surfaces.
In: header
Query Parameters
status?string
Value in
- "open"
- "in_progress"
- "resolved"
- "closed"
priority?string
Value in
- "critical"
- "high"
- "medium"
- "low"
category?string
Value in
- "bug"
- "feature_request"
- "documentation"
- "how_to"
- "general_question"
limit?integer
Range
1 <= value <= 20Default
10Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/api/agent/tickets"{ "tickets": [ { "id": 0, "content": "string", "category": "string", "priority": "string", "status": "string", "ai_summary": "string", "created_at": "string" } ]}{ "error": { "message": "string" }}{ "error": { "message": "string" }}Get the organization's most recently generated FAQ digest
Previous Page
Open a new support ticket on behalf of a user
Runs through the same AI triage/answer pipeline as every other channel (Discord, Slack, email) — the ticket may get auto-answered if confidence is high, otherwise it queues for human review.