Integrations
Treeship integrates with any AI agent via a simple API call. Works with Claude Code, Cursor, OpenClaw, Nanobot, LangChain, and any Python/Docker environment.Architecture
Framework Support Matrix
| Framework | Type | Status | Priority |
|---|---|---|---|
| Claude Code | Anthropic agent | ✅ Supported | P0 |
| Cursor / IDEs | MCP-enabled | ✅ Supported | P0 |
| OpenClaw | Personal agent | ✅ Supported | P0 |
| Nanobot (HKUDS) | Lightweight agent | ✅ Supported | P0 |
| Nanobot.ai | MCP-native agent | ✅ Supported | P0 |
| LangChain | Workflow framework | ✅ Supported | P1 |
| Gastown | Multi-agent Claude | Planned | P1 |
| CrewAI | Multi-agent | Planned | P2 |
Claude Code
Add verification to Anthropic’s Claude Code / Cursor agents
OpenClaw
Use Treeship as an OpenClaw skill
Nanobot
Python skill or MCP config for Nanobot agents
LangChain
Callbacks and tools for LangChain agents
Quick Start — Python SDK
The fastest way to add verification to any agent:Quick Start — REST API
For any language/environment, call the API directly:Privacy Contract
| Sent to Treeship | Stays on your server |
|---|---|
| Agent name | Actual content processed |
| Action description (max 500 chars) | Raw user messages |
| SHA-256 hash of inputs | Documents and files |
| Timestamp | AI model API keys |
| Ed25519 signature | Personal data of any kind |
Getting Your API Key
- Go to treeship.dev
- Log in with your API key or create a new account
- Visit the Dashboard → Keys to generate new keys
Next Steps
API Reference
Full API documentation for all endpoints
Python SDK
Complete SDK reference with examples