Check which features the server supports. Use this to determine feature availability when writing code that targets both local and cloud environments.
Your AgentMark API key. Create one in the dashboard under Settings > API Keys.
Example: Authorization: Bearer am_live_abc123
Your application ID. Found in the dashboard under Settings > General.
"app_abc123"
Server capabilities.
Map of feature names to availability. Use this to check which endpoints are supported before calling them.
{
"traces": true,
"sessions": true,
"spans": true,
"scores": true,
"metrics": true,
"datasets": true,
"experiments": true,
"prompts": true,
"runs": true,
"export": true
}