Importing Agents
Movoice AI makes it easy to move agents between environments or import community-built templates directly into your account.Importing from the Library
The fastest way to get started is by importing an agent from our Agents Library:- Navigate to the Agents tab.
- Click “Explore Library”.
- Choose a template that fits your use case (e.g., “Real Estate Assistant”).
- Click “Import”.
- The agent will now appear in your list, pre-configured with the correct prompt structure and tool definitions.
Importing via JSON
For advanced users and developers, you can import agents using a standard JSON format. This is useful for version control or migrating agents from a development workspace to production.Step-by-Step
- Click “Create New Agent”.
- Select “Import from JSON”.
- Paste your agent configuration or upload a
.jsonfile. - Movoice will validate the configuration (ensuring all Providers and Tools are available).
- Click “Confirm”.
Batch Importing
Enterprise customers can batch-import agents for large-scale deployments. This is typically done via the Movoice CLI or our Admin API:Troubleshooting Imports
- Missing Providers: If the imported agent uses a voice provider (e.g., Sarvam AI) that you haven’t connected yet, the agent will default to a standard system voice until you connect the provider in Settings.
- Schema Mismatch: Ensure your JSON follows the latest Movoice API schema. You can download a reference schema from the API Reference.
When importing an agent, all Knowledge Bases must be re-synced to ensure the vector embeddings are correctly indexed for your account.
