apiReference
openstandardagents.org API Reference
Base URL
https://openstandardagents.org.llm.bluefly.io/api/v1
Authentication
All API requests require authentication:
Authorization: Bearer <token>
Endpoints
GET /health
Health check endpoint.
Response:
{ "status": "healthy" }
Error Responses
{ "error": { "code": "ERROR_CODE", "message": "Error message" } }