Perplexity Agent API

Perplexity

★★★★☆

Multi-provider Agent API for search-grounded workflows with web, finance, people, and sandbox tools.

Category automation
Pricing Pay-as-you-go; third-party model costs pass through at direct provider rates, with tool charges such as web_search $0.005, fetch_url $0.0005, people_search $0.005, finance_search $0.005, sandbox $0.03/session, and Search API $5 per 1,000 requests.
Status active
Platforms web, api, cloud
perplexity agent-api runtime search browser sandbox automation finance-search market-data
Updated July 6, 2026 Official site →

Overview

Freshness note: AI products change rapidly. This profile is a point-in-time snapshot last verified on July 6, 2026.

Perplexity Agent API is Perplexity’s developer surface for building agentic workflows on top of multi-provider models, search, browsing, code execution, and sandboxed tool use. It is not just a “send prompt, get answer” endpoint. The product is explicitly positioned as infrastructure for agents that need to think, search, act, and return structured results in one managed surface.

The useful correction in the current docs is endpoint, pricing, and tool specificity. The canonical Agent API endpoint is POST /v1/agent, while /v1/responses remains available as an OpenAI-compatible alias. Perplexity now documents direct provider model pricing with no markup, plus separate charges for tools such as web_search, fetch_url, people_search, finance_search, and sandbox.

Key Features

The biggest feature is scope. Perplexity’s current quickstart frames Agent API as a multi-provider, interoperable API that can access OpenAI, Anthropic, Google, xAI, and other providers while adding real-time web search, tool configuration, reasoning control, and token budgets. That matters because teams evaluating agent platforms are usually not choosing between one LLM and another. They are choosing whether the runtime can carry the whole workflow.

Perplexity also exposes an OpenAI-compatible /v1/responses alias, which makes the migration story more practical for teams already using Responses-style agent loops, but the native docs route new builds through /v1/agent. Supported model costs are passed through at direct provider pricing, which makes Agent API feel more like a runtime layer than a model silo.

Finance Search and People Search are useful because they move some structured-research work out of brittle browser scraping. A single agent call can combine current web context with purpose-built retrieval tools when the workflow needs it.

Strengths

The strongest advantage is that search and execution are packaged together. For research-to-action workflows, the handoff between evidence gathering and task execution is often where systems become brittle. Agent API reduces some of that integration burden by treating search, browser work, sandbox execution, and now finance retrieval as first-class runtime behaviors rather than forcing teams to wire them all up manually.

It also gives Perplexity a more serious enterprise and developer story than the consumer-facing Computer and Comet products alone. If the workflow needs to live inside an internal application or automation layer, this is the more relevant Perplexity surface.

Limitations

This is still a moving product surface. Tool behavior, billing details, and supported runtime patterns can change faster than on older API products. Teams should assume they need explicit evaluation, fallback planning, and budget monitoring rather than treating the runtime as fully mature infrastructure from day one.

Pricing clarity also requires careful reading. The docs are better than marketing-language summaries, but the total spend still depends on model choice plus tool usage rather than a single predictable flat rate.

Finance workflows add a separate correctness risk. Structured data is better than ad hoc scraping, but financial outputs still need source checks, timestamp awareness, and human review before any high-stakes decision.

Practical Tips

Start with workflows where grounded search and bounded action are both necessary, such as market intelligence, browser-based evidence capture, financial research briefs, or internal research assistants that prepare structured outputs. Keep writes human-approved at first, and log every tool call category separately so you can understand what is driving cost and failure rates.

If your need is mainly a human using a browser agent, start with Perplexity Computer. If you need a developer-controlled runtime inside a broader system, Agent API is the better fit.

Verdict

Perplexity Agent API is one of the more interesting runtime surfaces in Perplexity’s stack because it connects search and action in a way that developers can actually build on. It is most useful for teams that want grounded agent workflows without assembling every runtime piece themselves, and the new Finance Search tool makes it more relevant for structured market and company research.