One Docker Compose command. All services + dashboard + infrastructure. Self-hosted. Your data never leaves your network.
Sign up, install the SDK, guard your agent's tool calls.
Create a free account on the dashboard. Register your agent and get your API key and agent secret immediately.
Sign Up FreeNo credit card. No sales call. Free tier available.
Agent credentials are created in the Dashboard. Configure scopes, policies, and boundaries there.
Available now: Hosted platform at app.clampd.dev - sign up, register agents, install the SDK, and start guarding tool calls immediately. No infrastructure to manage.
| Option | Status | Description |
|---|---|---|
| Hosted Platform | Available now | Dashboard + gateway hosted by Clampd. Sign up and start in minutes. Design Partner: 25 agents, 500K req/mo. |
| Docker Compose | Coming soon | Self-hosted deployment with hardened Docker images. Full stack: 10 Rust services + Postgres + Redis + NATS. Ships next week. |
| Helm / Kubernetes | Coming soon | Production-grade Kubernetes deployment with Ingress, TLS, external database support, and cert-manager integration. |
We're finalizing the self-hosted deployment packages. Docker Compose and Helm charts will be available for licensed users to run the full stack on their own infrastructure - zero data egress, fully air-gapped capable.
Want early access to self-hosted? support@clampd.dev
Every Clampd service validates your license key on startup. No phone-home required - your key never leaves your network.
Free tier available. Sign up at app.clampd.dev to get started immediately. License keys for self-hosted deployment will be available when Docker images ship.
| Limit | Value |
|---|---|
| Duration | No time limit |
| Agents | Up to 25 |
| Requests | 500,000 / month |
| API keys | Up to 5 |
| Includes | All features: 9-stage pipeline, 75 rules, anomaly detection, kill switch, PII masking, compliance reports, CLI, SDKs, dashboard, A2A, scope tokens, SSO |
| Support | Email (support@clampd.dev) |
| Limit | Value |
|---|---|
| Duration | Annual (renewable), 30-day grace period |
| Agents | License-configured |
| Requests | License-configured |
| Retention | 90+ days |
| Includes | Everything in Design Partner + RBAC + SSO + multi-tenant isolation |
| Support | Email (support@clampd.dev) |
License validation is fully offline - your key never leaves your network. No SaaS dependency, no phone-home. If a license check fails, the service refuses to start. No dev mode. No bypass flags.
All services read configuration from environment variables. Set them in your .env file or pass directly.
Full configuration reference is included in the deployment package.
One-time activation required. Clampd binds your license to your installation on first startup. After activation, all services run fully offline - no network calls to clampd.dev.
Outbound connection: https://license.clampd.dev/v1/activate (HTTPS, port 443, one-time only)
For environments that cannot make outbound connections:
clampd license fingerprint on the target machineclampd license activate-offline --activation-token "$(cat activation_token.json)" --license "$CLAMPD_LICENSE_KEY"To move your license to a new machine:
The clampd CLI connects to your cluster for agent management, policy control, kill switch, compliance reports, and real-time monitoring. Multi-context support - switch between local, staging, and production like kubectl.
| Platform | Architecture | Binary | Size |
|---|---|---|---|
| Linux | x86_64 (glibc) | clampd-v0.8.0-linux-amd64 | 5.9 MB |
| Linux | x86_64 (static/musl) | clampd-v0.8.0-linux-amd64-static | 6.0 MB |
| Linux | ARM64 (glibc) | clampd-v0.8.0-linux-arm64 | 5.0 MB |
| Linux | ARM64 (static/musl) | clampd-v0.8.0-linux-arm64-static | 4.9 MB |
| Windows | x86_64 | clampd-v0.8.0-windows-amd64.exe | 5.5 MB |
| macOS | Intel + Apple Silicon | Coming soon - build from source or use the dashboard | |
SHA256 checksums · Static binaries work on Alpine/scratch containers (no glibc needed).
| Command | Description |
|---|---|
agent list|get|register|suspend|kill | Agent lifecycle management |
agent link|graph|lock-graph | A2A delegation control |
policy list|create|rules | Policy and rule management (Cedar + Sigma import) |
keyword list|add|import-csv | Custom keyword dictionary |
kill agent|all|list | Emergency kill switch |
compliance run --framework soc2 | SOC2/HIPAA/GDPR compliance reports |
audit list|export | Audit trail queries and export |
test --verbose | Red team test suite (24 attack vectors) |
context add|use|list | Multi-cluster context switching |
apikey create|revoke | API key management |