Start with a coding agent (recommended)
- In Agents & integrations, select Connect → Agent.
- Save the generated
.envblock in the root of your agent repository. It contains the agent ID and Connection key; the setup prompt contains no credentials. - Give the setup prompt to Codex, Claude Code, or your preferred coding agent.
- Run your agent and send one message that uses a tool.
rippletide-package, declares your agent’s prompts and tools, and adds the scripts needed to sync the inventory and send runtime evidence.
Or start with the CLI
rippletide connect prepares the binding, writes the .env block, syncs your inventory, and starts the runtime worker. Use rippletide status to check your progress.
Verify the connection
Your agent is ready when Rippletide shows:- its prompts and tools in Harness management;
- a heartbeat and a real turn in Runtime events.