Perplexity Extends Agent API with Sandbox Execution as a Tool and Standalone Service
Original: Our Sandbox API will be available as a tool within Agent API, allowing the orchestration runtime to delegate to deterministic code execution. Sandbox API makes the same execution environment we use internally available as a standalone service for developers. View original →
On March 11, 2026, Perplexity said on X that its Sandbox API will be available both as a tool inside Agent API and as a standalone service for developers. The company described the environment as the same execution runtime it uses internally, with the orchestration layer able to delegate deterministic code execution when needed.
The current Agent API quickstart already presents Perplexity as a multi-provider interface for building LLM applications. Perplexity says developers can access models from multiple providers through one API while configuring reasoning, token budgets, and tools with consistent syntax. In the separate Tools documentation, the company explains that tools must be explicitly enabled in each request and that built-in tools currently include web_search and fetch_url, while custom functions connect the model to external systems.
What the Sandbox update changes
- It brings deterministic code execution closer to a first-class tool in the agent runtime.
- It exposes Perplexity’s internal execution environment as a standalone developer surface.
- It gives builders a cleaner path to combine retrieval and code execution inside one orchestration flow.
That matters because many practical agent workloads need more than retrieval. Research-style agents often have to parse files, transform data, verify calculations, or run small programs after searching the web. Until now, Perplexity’s public docs have centered on retrieval-oriented tools and custom function calls. The March 11 X post signals that the company wants code execution to sit closer to the core of its orchestration model rather than remain an external add-on.
At the time of this announcement, the public docs still described the broader tool framework around web_search, fetch_url, and custom functions, so the X post works as an early indicator of where deterministic execution will fit into that model. If Perplexity follows through with clear limits, security controls, and pricing, Sandbox could become a practical bridge between research agents and workflows that need deterministic actions instead of text-only reasoning.
In that sense, this is more than another tool toggle. It is a sign that competition among agent platforms is shifting toward who can package model access, retrieval, and controlled execution into a single developer surface with fewer moving parts.
Related Articles
The improvement sounds small until you remember where agent products lose trust: waiting. GitHub says its Copilot cloud agent now starts more than 20% faster, building on a 50% startup improvement shipped in March.
Warp is opening more than source code. The terminal company put its client under AGPL, moved product planning into public GitHub issues, and says nearly 1 million active developers can now steer Oz-powered agent builds in the open.
Cursor is pushing coding agents out of the editor and into infrastructure. Its new SDK exposes the same runtime and harness behind Cursor itself, targeting CI/CD jobs, cloud execution, and embedded agent workflows inside other products.
Comments (0)
No comments yet. Be the first to comment!