Documentation · Launch DAM · Join the Waitlist
- ☁️ Runs in the cloud. Agents execute continuously in the cloud and keep running after you close your laptop or go offline.
- 🔐 Isolated execution. Each agent runs in an isolated container with all access routed through a policy-enforced gateway.
- 🔑 Zero trust credentials. Connect agents to your tools without exposing credentials to the runtime.
- 👥 Built for teams. Collaborate in Slack and run agents on schedules for recurring workflows.
| Mode | Description |
|---|---|
| Web UI | Chat with your agent, stream its terminal, and manage files — all from the browser. |
| CLI | Create agents, attach to live sessions, and manage instances from your local terminal. |
| Slack | Message your agent from Slack threads. Teammates interact with their own credentials. |
| Schedules | Run agents on a recurring timer — daily code reviews, nightly audits, continuous monitoring. |
| Harness | Description |
|---|---|
| Claude Code | Reasoning-first assistant for complex coding tasks. |
| Pi Agent | Multi-provider coding harness across leading LLMs. |
| Bob | Enterprise coding assistant for IBM workflows. |
| Codex | Execution-first system for end-to-end coding tasks. |
Bring your own harness — any runtime compatible with ACP can run on DAM.
Head to ibm.biz/dam-agents, create an instance from a template, and start chatting.
See the documentation for quickstarts, core concepts, integration guides, and use cases.
Developing DAM locally
For contributors working on the DAM platform itself.
- mise
- Docker-compatible runtime (Docker Desktop, Rancher Desktop, etc.)
- macOS or Linux
git clone https://github.com/dam-agents/dam && cd dam
mise install
mise run cluster:installOpen localhost:4444 and log in with:
username: dev
password: devCreate an instance from a template and start chatting with your agent.
See work process for the contributor workflow.