APIs & SDKs
Programmatic access,
fully typed.
REST API, webhooks, and SDKs for Node, Python, Go, and Ruby. Built for production — idempotent, well-typed, predictable.
curl https://api.depra.ai/v1/agents
Official SDKs
Pick your stack.
Node.js
TypeScript first
npm install @depra/sdkPython
3.9+
pip install depraGo
1.21+
go get github.com/depra-ai/sdk-goRuby
3.0+
gem install depraCore endpoints
The 6 endpoints you'll use most.
POSTGETPOSTGETPOSTGET
/v1/agentsCreate a new agent with a given workflow + channel.
/v1/agents/:idRetrieve an agent's config, stats, and status.
/v1/conversations/:id/messagesSend a message into an existing conversation.
/v1/conversationsList conversations with filters (channel, status, tags).
/v1/escalationsManually escalate a conversation to a human agent.
/v1/analytics/summaryAggregated metrics: response time, resolution rate, volume.