Agents
Create Agent
Create an agent in the agents
table in supabase.
Args: body (dict): The request body containing the agent’s details. See AgentCreateModel.
POST
Authorizations
API Key Authentication. Get your API key from the Neuphonic website.
Body
application/json
The name of the agent.
The prompt for the agent.
The greeting for the agent.
Response
200
application/json
Successful Response
The data payload for the response.