cURL
curl --request POST \ --url https://api.proficientai.com/agents \ --header 'Content-Type: application/json' \ --data '{ "description": "<string>", "display_description": "<string>", "display_name": "<string>", "greeting_message": "<string>", "initial_turn": "user", "model": "anthropic.claude-v1", "name": "<string>", "openai": { "frequency_penalty": 123, "presence_penalty": 123, "temperature": 123, "top_p": 123 }, "system_message": "<string>" }'
{ "id": "<string>", "object": "agent", "active": true, "description": "<string>", "display_description": "<string>", "display_name": "<string>", "name": "<string>", "created_at": 123, "updated_at": 123 }
Creates a new agent with the given properties.
The data with which an agent is created.