Skip to main content
Connect an existing agent to Rippletide to see its prompts, tools, and live runtime evidence. Once connected, you can define rules for the actions it takes.
  1. In Agents & integrations, select Connect → Agent.
  2. Save the generated .env block in the root of your agent repository. It contains the agent ID and Connection key; the setup prompt contains no credentials.
  3. Give the setup prompt to Codex, Claude Code, or your preferred coding agent.
  4. Run your agent and send one message that uses a tool.
The setup prompt installs 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: Connection secret values are never uploaded. Rippletide only records the names of configured secrets. Need to install the SDK yourself? Follow the manual setup.