Skip to main content
Returns the features available to your API key’s plan: evaluation modes, compliance frameworks, agent and DPDP capabilities, and request limits. Use it to discover the surface area you can build against without hard-coding plan assumptions.

Request

Response

evaluation.modes
string[]
Evaluation depths listed here: basic, deep. Note this list doesn’t currently include "auto", even though /eval accepts mode: "auto" — don’t gate auto on this field.
compliance
object
frameworks lists the compliance frameworks you can evaluate against. continuous_monitoring indicates whether ongoing monitoring pipelines are available on your plan.
agent
object
Agent governance features: pre-call tool_call checks, post-call tool_result scanning, and standalone prompt_injection detection.
dpdp
object
India DPDP features available on your plan: scan, evaluate (generally available), and evidence (Pro tier and above — audit-grade evidence packets). base_path is the DPDP endpoint prefix.
limits
object
Request limits for the key: requests_per_day (null means unlimited), max_concurrent, and max_active_keys.