ResponseCX API
ResponseCX agents resolve customer work end to end: they look up the order, apply your policy, take the action, and close the ticket. This is the API that configures and observes them. Agents are not chatbots. A chatbot returns text; a ResponseCX agent issues the refund. That difference is why the resources below are mostly about constraints — what an agent may do, and when it must defer.Base URL and auth
Create keys in Dashboard → Settings → API Keys. They’re shown once.
The resources
Configuring behaviour — start here, because these decide what the agent is allowed to do:
Conversation:
Knowledge and memory:
Operations:
Where to start
Set up ResponseCX
Connect integrations, configure an agent, first workflow.
Settings reference
The 22 fields that decide agent behaviour.
Public API (v1)
Build and tune agents programmatically.
MCP servers
Drive agent-building from Claude.
What sits underneath
The API is the surface. The parts that make an agent trustworthy live below it:
Generative and deterministic operations are blended deliberately: the model reads the messy request,
and deterministic workflows execute the consequential parts. Every action is traceable.
Related
- ResponseCX Platform — architecture and the outcome model
- Workflows — what teams automate first
- Authentication