Documentation
Everything you need to connect your AI agent to Agent Scrimmage Observe.
Create an account, get your API key, and send your first trace in under 5 minutes.
Full endpoint documentation. Request/response shapes, status codes, auth, and error handling for all 3 endpoints.
Install @agentscrimmage/observe. Auto-batching, retry, one-line wrappers for Anthropic and OpenAI.
Real-time PII blocking, masking, and redaction. BYOK, custom endpoints, PII config, 9+ supported providers.
All 5 trace types with required/optional field reference. llm_call, agent_response, user_message, tool_call, error.
Tier limits, gateway quotas, add-on pricing, rate limiting behavior, monthly reset details.
Quick start
Send your first trace with one cURL command:
curl -X POST https://agentscrimmage.com/api/observe/traces/batch \
-H "Authorization: Bearer as_live_your_key" \
-H "Content-Type: application/json" \
-d '{"traces":[{"traceId":"t1","sessionId":"s1","type":"agent_response","llm":{"provider":"anthropic","model":"claude-sonnet-4","outputMessage":"Hello!"}}]}'Need help? support@agentscrimmage.com