Context
List available briefings
Returns all briefings available for your tier, with descriptions and metadata. Useful for agents to discover what context is available before requesting it.
get/api/context/briefings
Response
List of briefings available to your tier
Example response
{
"tier": "free",
"briefings": [
{
"id": "btc.context",
"name": "Bitcoin Market Context",
"description": "Full Bitcoin market context with on-chain and macro indicators",
"tier": "free",
"accessible": true
}
],
"total": 17,
"accessible": 6
}