Importing Agents
If you already have agents in Vapi, Retell, or Telnyx, you can import them into Elacity instead of recreating them manually. Elacity fetches the remote agent, pulls in any supported tools, creates a local agent record, and links the import to the environment you selected.
Use single import when you want to inspect one agent closely before saving it. Use bulk import when you need to bring over multiple agents from the same provider in one job.
What gets imported
For each imported agent, Elacity attempts to bring in:
- The agent name and a derived stable key
- Provider configuration and the remote provider agent ID
- Supported tool definitions referenced by the remote agent
- A prompt artifact in the registry you choose during import
- An environment-linked imported deployment record so the agent is immediately tracked in that environment
Imports do not write into the Global (*) environment. Choose a specific environment such as dev, staging, or prod.
Prerequisites
Before starting either import flow, make sure you have:
- A configured provider API key in the target environment
- A prompt registry where imported prompt assets can be created
- Capacity in your current plan for the agents you want to import
The current import providers are:
- Vapi
- Retell
- Telnyx
Single Import
Single import is built into the regular agent creation flow. It is the best path when you want to import one remote agent and then immediately review or refine its configuration.
Choose a provider
Select the deployment provider that already hosts the remote agent. If the provider supports import, Elacity will offer an import path in addition to manual creation.
Choose import instead of starting from scratch
In the import step, select the remote agent you want to bring into Elacity. You must also choose:
- A target environment
- A prompt registry for the imported prompt asset
Start the import job
Elacity creates an import job for that one remote agent and shows a progress panel while it:
- Connects to the provider
- Fetches the remote agent
- Fetches referenced tools
- Normalizes the provider-specific configuration
- Creates local records in Elacity
- Creates and assigns the imported prompt asset
When to use single import
- You are importing one agent at a time
- You want to inspect the imported configuration before finalizing it
- You expect to make edits immediately after the import
Bulk Import
Bulk import is designed for moving multiple remote agents from the same provider into Elacity in one pass.
Choose a provider
Select the source provider. Elacity loads importable remote agents from that provider using the API key configured in the environment you select next.
Choose the target environment and prompt registry
Select:
- The environment where the imported agents should be linked
- The prompt registry where imported prompt assets should be created
Select remote agents
Browse or filter the remote agent list, then select the agents you want to import. Agents whose derived stable keys already exist in your organization are marked as already imported and cannot be selected again.
Batch limits
- A single bulk import job accepts up to 25 agents
- The UI also respects your remaining agent quota, so you cannot select more than your current plan allows
How Elacity handles prompts and tools
During import, Elacity does more than copy top-level metadata from the provider:
- Referenced tools are fetched from the provider when supported and recreated as Elacity tools
- The imported system prompt is stored as a prompt artifact in the registry you selected
- The imported prompt artifact is then assigned back to the imported agent as a prompt reference
This gives you a clean starting point for future edits, versioning, and redeployments from inside Elacity.
Common outcomes and limitations
Already imported agents
If a remote agent maps to a stable key that already exists in your organization, Elacity will block the import instead of overwriting the existing agent.
Partial success in bulk jobs
Bulk import jobs can finish with a Partial result. This usually means some agents imported successfully while one or more others failed validation, hit provider errors, or could not recreate all required resources.
Missing provider credentials
If the selected environment does not contain an API key for the chosen provider, Elacity cannot list or import remote agents from that provider.
Tool or prompt warnings
Some providers may expose remote configurations that do not map perfectly into Elacity. In those cases, the import job can still succeed with warnings, and you can review the imported agent afterward.
Recommended workflow
Use this pattern if you are migrating a large provider account:
- Start with a single import for one representative agent.
- Review the imported prompt, tools, and provider config.
- Make sure the derived stable key naming works for your team.
- Once the first import looks correct, switch to bulk import for the remaining agents.
