Create Agent Version
Creates a new version of an agent definition.
https://api.futureagi.com/simulate/agent-definitions/{agent_id}/versions/create/ Authentication
Path parameters
The agent definition ID.
Request body
All fields except commitMessage are optional. Omitted fields inherit values from the current agent definition.
The agent type. Must be "voice" or "text".
Updated display name for the agent.
Voice provider. One of "vapi", "retell", "elevenLabs", or "others".
API key for the external voice provider.
Assistant identifier from the external provider.
Description for this version.
Primary language as an ISO 639-1 code (e.g., "en", "es").
UUID of a knowledge base to link. Pass null to remove.
Phone number with country code prefix. Must be 10-12 digits.
Whether the agent handles inbound calls.
Commit message describing the changes in this version.
Toggle provider observability integration.
Response
201 Createdid, version_number, and status. Errors
Missing required fields or invalid values.
Invalid or missing API credentials.
Agent definition not found.
Unexpected server error.