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