Perplexity AI for your agents.
Connect Perplexity AI once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 11 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Perplexity AI.
What agents can do with Perplexity AI
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
perplexity_chat_completionSend a chat completion request. `model` is one of: sonar-pro, sonar, sonar-reasoning, sonar-reasoning-pro, codellama-70b. Perplexity models return grounded search results with citations.
perplexity_list_modelsList available models.
perplexity_searchPerplexity Search API: run a raw web search and get ranked results (title, url, snippet) without an LLM answer. `query` is a string or array of queries.
perplexity_async_chat_completionSubmit a chat completion to run asynchronously (for long queries). `request` holds the standard {model, messages} payload. Returns a request id; poll get_async_chat_completion.
perplexity_list_async_chat_completionsList your async chat completion requests and their statuses.
perplexity_get_async_chat_completionFetch the status and (when finished) the result of one async chat completion by request id.
perplexity_get_modelGet details of a specific model.
perplexity_create_embeddingCreate an embedding vector for text input.
perplexity_cancel_async_chatCancel a running async chat completion by request id.
perplexity_get_usageGet API usage statistics for the current billing period.
perplexity_text_completionText completion (legacy non-chat). `prompt` is the input text.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Sign in to Perplexity and go to the API settings page.
- Click 'Generate API key' or copy an existing one.
- Copy the key.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Perplexity AI to Even: call connect_begin("perplexity") on the even-connect MCP and walk me through it.
Ask Perplexity AI search questions, run web searches with ranked results, and chat with reasoning models.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.