AlomanaAlomanaAlomana Docs
AgentsApi

Create Agent

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

POST
/api/v1/agents-v2/agents/
curl -X POST "https://central-hub-backend-service-33082575288.europe-west8.run.app/api/v1/agents-v2/agents/" \  -H "Content-Type: application/json" \  -d '{    "name": "string",    "system_prompt": "string"  }'
Empty