v2

latestOpenAPI 3.0.3MIT2026-08-0334632.7 KB
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

tierstring
totalinteger
accessibleinteger

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
}