Business Problem
Businesses that build AI Agent setups for multiple clients on respond.io must configure every agent manually through the UI — creating agents, pasting prompts, setting up variables, and repeating this for each specialist agent in a multi-agent setup. Each client engagement takes days to over a week, and every requirement change means editing agents one by one in the UI.
This doesn't scale. Managing multiple clients in parallel turns the UI into a bottleneck, manual copy-paste increases configuration errors, and there's no way to version, template, or programmatically replicate agent configurations across clients.
Desired Outcome
• Expose API / MCP endpoints to create, read, update, and delete AI Agents and configurations including prompts, instructions, variables, and settings.
• This would let users automate agent provisioning, maintain configurations outside the UI, and integrate with external AI orchestrators to generate and push agent setups into respond.io without manual intervention.
Use Cases
• A services team onboarding a new client - With programmatic access, an external agent or script could take client requirements as input, generate the prompt and configuration, and provision all three agents automatically — reducing setup from days to hours and making iteration near-instant.
Current Workaround
N/A