API reference
Every endpoint is documented with OpenAPI. In the running backend, Swagger UI is served at /docs (auth-gated in production); openapi.json is available for client codegen.
- Base URL (staging):
https://api.staging.argusdspm.com - Base URL (production):
https://api.argusdspm.com - Auth: JWT bearer tokens for users; API keys for agents.
A curated, embedded API reference will be added here.