Skip to main content
The Perplexity node adds Perplexity operations to your workflows. Add it on the canvas or ask the AI builder for it by name, then pick an operation and fill in its fields.
You can wire the Perplexity node into an AI agent as a tool provider: the agent calls the operations you allow. See Agent tools.

Credentials

Connect Perplexity under Credentials in the node settings. See Connecting credentials for the general flow. Enter the values manually when creating the credential. Get your credentials here.

Operations

Agent

OperationIDDescription
Create Agent Responseagent_responseRun a frontier model with Perplexity web-search tools and filters.

Analytics

OperationIDDescription
Computer Usage Analyticsusage_analyticsRetrieve account usage/analytics data.

Auth tokens

OperationIDDescription
Generate Auth Tokengenerate_auth_tokenProgrammatically create a new API key/token for the account.
Revoke Auth Tokenrevoke_auth_tokenRevoke an existing API key/token (rotation).

Chat

OperationIDDescription
Academic Search (Chat)academic_searchChat completion grounded in scholarly sources (search_mode: academic).
Create Async Chat Completioncreate_async_completionSubmit a long-running (e.g. deep-research) completion as a background job.
Create Chat Completionchat_completionGenerate a search-grounded model answer for a chat conversation.
Get Async Chat Completionget_async_completionPoll the status and retrieve a specific async completion job.
List Async Chat Completionslist_async_completionsList all async chat-completion jobs for the account.
SEC Filings Search (Chat)sec_searchChat completion grounded in SEC filings (search_mode: sec).
Structured JSON Output (Chat)structured_outputChat completion with a JSON schema response_format for validated output.

Embeddings

OperationIDDescription
Create Contextualized Embeddingscreate_contextualized_embeddingsGenerate context-aware embeddings (document + surrounding context).
Create Embeddingscreate_embeddingsGenerate vector embeddings for text.

Models

OperationIDDescription
List Modelslist_modelsList the models available to the account.
OperationIDDescription
Search the WebsearchGet raw, ranked web search results (title, URL, snippet).