Resolve runtime capability flags for the authenticated system
GET/api/v1/agent/config
Returns the effective runtime configuration for the API key's system.
SDKs and internal warmup paths use this endpoint to determine:
- shadow mode
- blocking toggles
- fail-open vs fail-close
- transparency metadata injection
Request
Responses
- 200
- 401
- 436
- 500
- 503
Effective runtime configuration for the authenticated system.
Missing, invalid, revoked, or unauthorized API key.
Authenticated key exists, but the requested system scope could not be resolved or matched.
Internal server processing failure.
Temporary infrastructure timeout or dependency outage.