AI & ML9 toolsPaste one API key
Perplexity AI integration for AI agents
Run web search and AI-powered answers through Perplexity AI
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Perplexity AI once and call the same tools from all of them.
Setup
Connect perplexity-ai through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Perplexity AI exposes 9 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
perplexityai_create_async_chat_completion | Create Async Chat Completion (POST /v1/async/sonar). Submits an asynchronous chat completion request for long-running tasks. | Read |
perplexityai_create_chat_completion | Perplexity Sonar Chat Completions (POST /v1/sonar). Generates web-grounded conversational AI responses with citations. | Read |
perplexityai_create_contextualized_embeddings | Create Contextualized Embeddings (POST /v1/contextualizedembeddings). Generates document-aware embeddings where chunks from the same document share context. | Read |
perplexityai_create_embeddings | Generate vector embeddings for independent texts (queries, sentences, documents). This action takes one or more input texts and generates vector embeddings using Perplexity AI's embedding models. | Read |
perplexityai_execute_agent | Create Agent Response (POST /v1/agent). Orchestrates multi-step agentic workflows with built-in tools (web search, URL fetching, function calling), reasoning, and multi-model support. | Read |
perplexityai_get_async_chat_completion | Get Async Chat Completion (GET /v1/async/sonar/{id}). Retrieves the result of an asynchronous chat completion request by its ID. Use this to poll for the result after creating an async job. | Read |
perplexityai_list_async_chat_completions | List Async Chat Completions (GET /v1/async/sonar). Retrieves a list of all asynchronous chat completion requests for the authenticated user. | Read |
perplexityai_list_models | List Models (GET /v1/models). Lists models available for the Agent API. Returns model identifiers that can be used with the Agent endpoint. | Read |
perplexityai_search | Search the Web (POST /search). Returns raw, ranked web search results directly from Perplexity's index without LLM processing. Faster and cheaper than chat completions when you need raw results. | Read |