Agents
Updating Agent
Learn how to update existing AI agents configurations
Update Agent API
Update an existing AI agent’s configurations.
API Endpoint
Method | Endpoint |
---|---|
https://new-prod.vocera.ai/test_framework/v1/aiagents-external/{agent_id}/ |
Path Parameters
Parameter | Type | Required | Description |
---|---|---|---|
string | Yes | Unique identifier of the agent or associated assistant ID |
Authentication
Include your API key in the request headers:
Header | Description |
---|---|
Your API key obtained from the dashboard |
Request Parameters
Parameter | Type | Required | Description |
---|---|---|---|
string | No | Name of the agent | |
string | No | Phone number in E.164 format | |
boolean | No | If true, agent will call you | |
string | No | Description of the agent’s purpose | |
string | No | ISO 639-1 language code (e.g., “en”) | |
string | No | Vapi or Retell assistant ID | |
string | No | URL for LLM websocket |
Example Request Body
Response
A successful request returns the updated agent details.
Response Fields
Field | Type | Description |
---|---|---|
integer | Unique identifier for the agent | |
string | Name of the agent | |
string | Phone number in E.164 format | |
boolean | If true, agent will call you | |
string | Description of the agent’s purpose | |
string | ISO 639-1 language code (e.g., “en”) | |
string | Vapi or Retell assistant ID | |
string | URL for LLM websocket |