Claude Code is becoming the new developer runtime—where engineers live, build, and ship. Attach makes it enterprise-ready with auth, memory, and governance.
Claude Code isn't just a coding assistant—it's becoming a runtime. Developers are spending entire days inside it: writing code, running tests, deploying, debugging. It's the new terminal.
But like any runtime, enterprises need controls: Who's using it? What are they doing? How much is it costing? Attach adds the missing enterprise layer.
Agentic AI tools are incredibly powerful. But out of the box, they lack:
Auth0, Okta, WorkOS, Descope—use your existing identity provider. No new auth system to manage.
Context survives sessions. Vector memory with Weaviate means agents remember previous conversations.
A2A headers propagate verified identity. Every agent in the chain knows who initiated the request.
Per-user token tracking with Prometheus and OpenMeter. Bill customers accurately for AI usage.
Every request has a trace ID. Full audit logs for SOC2, HIPAA, and enterprise compliance.
Attach sits in front of your LLM backend. No changes to Claude Code or your agent workflows.
┌─────────────────┐ ┌─────────────────┐ ┌─────────────┐
│ Claude Code │────▶│ Attach Gateway │────▶│ LLM API │
│ (Agentic AI) │ │ ┌───────────┐ │ │ (Anthropic │
└─────────────────┘ │ │ Auth │ │ │ /Ollama) │
│ │ Memory │ │ └─────────────┘
│ │ Audit │ │
│ │ Billing │ │
│ └───────────┘ │
└────────┬────────┘
│
┌────────┴────────┐
│ Weaviate │
│ (Vector Store) │
└─────────────────┘Every request flows through Attach. Users authenticate once, and their identity follows them through the entire agentic workflow.
pip install attach-dev
# Using Auth0 (or Okta, WorkOS, Descope) export OIDC_ISSUER=https://your-domain.auth0.com export OIDC_AUD=claude-code-enterprise # Optional: Enable memory export MEM_BACKEND=weaviate
attach-gateway --port 8080
# Claude Code now routes through Attach # All requests require valid JWT # Memory persists across sessions # Usage is tracked per-user
Track AI usage per developer. Enforce quotas. Audit what code was generated.
SSO integration, audit logs, and access controls for regulated environments.
Per-user billing integration. Know exactly what each team or project costs.
Persistent memory means agents remember context across sessions and projects.
Add enterprise auth and memory in under 5 minutes. No registration required.