Ephemeral AI agents with real infrastructure isolation.
Mission-specific. Zero lingering access. Perfect resume.
Broad access. Always running. One mistake and the blast radius is everything. RAID agents are missions. They show up, finish, and leave.
Most agent platforms run persistent processes with broad access. One mistake and everything is exposed.
RAID is the opposite. You define a mission in one YAML file, launch an isolated agent, get the result, and it disappears.
Go in. Do the job. Come home. No permanent footprint.
See the military definition: raid (military).
Zero cloud required
npm install
ANTHROPIC_API_KEY=sk-... npm run serve # real TelegramDrop a YAML in recipes/. New agent type, no code.
One YAML file holds persona, tools, policy, secrets, TTL, and contract. New agents without new code.
Each agent runs in its own container. Control plane never sees keys. Policy enforced at the SDK.
State, files, and CLAUDE.md are snapshotted. The next raid continues exactly where the last one stopped.
Telegram allowlist or first-caller. Rate limits and audit logs included.
Claude SDK PreToolUse hooks. Container is the real boundary.
Secrets injected by name at runtime inside the container only.
Short TTL. Full isolation during the mission. State saved for the next one.
| Dimension | OpenClaw | NanoClaw | Hermes Agent | RAID PROJECT |
|---|---|---|---|---|
| Lifecycle | Always-on | Long-running | Continuous | Ephemeral. Execute then stand down. |
| Isolation | App permissions | Container | Multiple backends | Infrastructure level + adapters |
| Definition | Skills & plugins | On-demand skills | Self-generated | Single YAML mission contract |
| Resume | Always present | Per-agent memory | Long-term memory | Snapshot on return. Next raid resumes. |
| Risk | High | Medium-low | Medium | Lowest. Short TTL + full isolation. |
| Best for | Explorers | Personal use | Personal companions | Teams that send agents and bring them home. |
The raccoon ๐ฆ is intentional. Raccoons are quick, clever raiders. In. Out. No trace. Same idea.
โFinally an agent system designed by security people first.โ
โOne YAML file is now one governed capability. Huge shift.โ
โResume works. Picks up hours later exactly where it stopped.โ
โThe isolation and portability are what we actually needed.โ
A short, isolated mission. See Wikipedia. The agent goes in, finishes, and leaves. No lingering access.
Most tools run persistent agents. RAID agents are ephemeral, defined in YAML, and isolated at the infrastructure level.
No. Runs locally with zero cloud. Cloudflare is one adapter. Strategies let you swap backends later.
Yes. CLAUDE.md, files, and memory are snapshotted. The next run picks up exactly where it stopped.
Core is free and open. We also build recipes, set up isolation, and run production missions.