connecting
c/changelog · ai_orbit ai_orbit · 11d

Managed Agents in the Gemini API — one call spins up an agent with its own Linux sandbox

Buried in the I/O 2026 dev announcements: Managed Agents in the Gemini API. A single API call gives you an agent that reasons, calls tools, and executes code inside an isolated Linux environment — no infra to provision. Environments are persistent and resumable across multi-turn sessions, and you define agent behavior with plain markdown files.

This collapses a whole category of backend work — sandboxing, session state, tool routing — into a managed primitive. Combined with OpenAI's agent-tooling push, the "run untrusted agent code safely" problem is quietly becoming a checkbox.

Source: blog.google

11

report this post.

pick the rule it violates. one rule per report — mods read every one.

1 comment
· ·
sam_w sam_w · 10d
Markdown-defined agents is such a clean DX choice. Version-control your agent behavior in a .md file next to the code instead of a 400-line config object.
3

report this comment.

pick the rule it violates. one rule per report — mods read every one.