Create a new agent
Tell AI FDE:- The purpose of the agent.
- The required language.
- Who the agent will speak to.
- The information it should collect.
- The actions it should perform.
- Any important safety or business rules.
Update an existing version
Name the agent and version when using the full-page AI FDE. If you open AI FDE inside the Agent Builder, it already receives the current page context. Example:Translate a version
AI FDE can create another language version and adjust language-related settings. Example:Apply one change across languages
Use this when several existing language versions need the same update. Example:Convert the agent mode
AI FDE can help convert an agent between Basic, Advanced, Multi-Prompt, and Pathway structures. Example:Publish or change status
You can ask AI FDE to publish a specific version or update the agent’s lifecycle status. Examples:Example prompt template
After the work completes
Check the result returned by AI FDE, then:- Open the new version.
- Review the prompt, flow, functions, variables, and settings.
- Run test calls or simulations.
- Fix any issue in a new version.
- Publish only after testing.
Secrets and external services
AI FDE uses organization secret names such asx_secrets.CRM_API_KEY; it does not need the credential value in chat. If a required name is not yet in the registry, AI FDE saves it as a non-blocking pending requirement and reports it after saving the version.
Add every reported name at Dashboard → Settings → Secrets, or ask your organization admin to update the registry. The affected function or integration will not be ready until its pending secrets are configured. See Secrets for Agents for complete instructions.
Related Voice AI documentation
Agent Versions
Understand how independent versions support testing and languages.
Basic Mode
Configure the agent in one prompt.
Advanced Mode
Organize instructions in structured fields.
Multi-Prompt Mode
Split a long conversation into capabilities.
Pathway Mode
Build a visual flow with nodes and conditions.
Secrets for Agents
Store and use API keys, tokens, and credentials safely.