Authorization
header containing a valid API key.
This document outlines how to authenticate requests, what headers are required, and how to manage access securely.
Header | Value | Required | Notes |
---|---|---|---|
Authorization | Bearer API_KEY | Yes | API token for request identity |
Content-Type | application/json | Yes | All requests use JSON format |
X-Agent-ID | string (optional) | Optional | Identifies agent within team |
X-User-ID | string (optional) | Optional | For impersonation or system-use cases |
.env
files or secret managersStatus | Meaning | Likely Cause |
---|---|---|
401 | Unauthorized | Missing or invalid API key |
403 | Forbidden | API key lacks permission for endpoint |
429 | Too Many Requests | Rate limiting applied |
.ics
-based events from memory traces.