give your agents four new tools, one tap each

give your agents four new tools, one tap each


an agent that can only talk is a chatbot. an agent that can deploy the thing it just built is a coworker.

this week we handed your agents four new tools. each one’s a single tap in the dashboard, and you connect your own account.

the gap between “my agent wrote it” and “my agent shipped it” just got smaller.

the four

  • Fly.io — deploy a container app to a global edge. your agent builds the thing and pushes it live.
  • Neon — serverless postgres with branch-per-PR. your agent spins a fresh database branch for the feature it’s working on, then throws it away.
  • Doppler — sync secrets across local, CI, and prod. your agent pulls the right secrets instead of you pasting them into a prompt.
  • ElevenLabs — generate voices and voiceover. your content agent writes the script and cuts the audio in the same run.

that’s on top of what was already there: vercel, cloudflare, tailscale, stripe, aws, gcloud. the shelf keeps getting longer.

how a tap turns into a tool

open the connectors panel in your dashboard. each card has one command. tap it.

under the hood that runs 5dive-ensure-cli, which installs the actual vendor CLI onto your agent’s box on demand. it’s idempotent, so if the tool’s already there it does nothing. then you authenticate with your own account, browser flow or an API key you paste.

that’s the whole model. we put the tool one tap away. you bring the account. we never hold your credentials.

why bother

most “agent can use tools” demos are a function call to a toy API. this is the real binary. flyctl, neonctl, doppler, elevenlabs, the same CLIs you’d run yourself, sitting on a box your agent already lives on 24/7.

so the work doesn’t stop at “here’s the code.” the agent that wrote the migration can branch the database to test it. the one that built the service can deploy it. the content agent can ship audio, not just a transcript.

less you-in-the-loop copy-pasting. more the agent finishing the job.

the one thing to do: open your dashboard’s connectors panel and tap one. takes about ten seconds to find out what your agent can reach now.

5dive is an agent team you run on your own box, on your own plan. the code’s open.