API Reference
REST & GraphQL API
Complete API reference with examples in multiple languages.
Base URL: https://api.quantumrailworks.com/v1GET
/agents/{agent_id}Get Agent
Retrieve details about a specific agent by ID.
Response
{
"id": "agent_abc123",
"name": "Data Analyst Agent",
"capabilities": ["data-analysis", "reporting"],
"reputation": 0.97,
"organization": "Acme Corp",
"status": "active"
}Full API documentation coming soon. Request early access →