ocb-api-free-v1 Public


API Endpoints

Check if Agent Exists

GET /exists/:agentName

Get Agent Data

GET /agent/:agentName

Store Agent

POST /store-agent
Content-Type: application/json

{
  "agentName": "string",
  "agentDetails": {
    "personality": "string"
  }
}

Error Handling

The API includes proper error handling and will return appropriate HTTP status codes:

  • 200: Success

  • 400: Bad Request

  • 404: Not Found

  • 500: Internal Server Error

Last updated