TL;DR
| Question | Answer |
|---|---|
| Can I use OpenClaw with Perplexity? | ✅ ALLOWED — With standard caveats |
| Ban risk | 🟡 LOW-MEDIUM |
| Key concern | “Interfering with” services clause + competitive use restriction |
| Best practice | Don’t build competing search products, respect rate limits |
| Evidence | No explicit ban; standard API terms with AUP compliance |
Primary Source Evidence
Perplexity API Terms of Service (May 23, 2025)
Source: Perplexity API Terms of Service
Key clauses for OpenClaw users:
“Customer has no right or license to, and shall not (nor permit others… to), directly or indirectly use the Services, Outputs or API Platform in a manner that violates Perplexity’s Acceptable Use Policy.”
“Perplexity may… terminate the license… if Perplexity determines that a Customer Application is… competitive with Perplexity, or likely to damage Perplexity’s reputation.”
Perplexity Acceptable Use Policy (July 8, 2025)
Source: Perplexity Acceptable Use Policy
Key clauses:
“Engage in any activity that interferes with, disrupts, damages or accesses in an unauthorized manner the servers, networks or other properties or services of Perplexity or any third party.”
“Create or make available any products or services competitive with, similar to, or that would otherwise be a substitute for the Services… except with Perplexity’s express prior written permission.”
What This Means:
- Perplexity does not explicitly ban third-party agent tools
- The concern is competitive use — don’t build a search product using their API
- Standard “don’t interfere with services” clause (common across APIs)
- OpenClaw as a coding assistant is likely fine; OpenClaw as a search aggregator is risky
Risk Assessment
Why Risk is LOW-MEDIUM
| Factor | Assessment |
|---|---|
| Explicit ban | ❌ None found |
| Competitive use clause | ⚠️ Don’t build search products with their API |
| Interference clause | ⚠️ Standard API language; avoid excessive load |
| Enforcement history | ✅ No documented agent tool bans |
| Product fit | ✅ OpenClaw coding use ≠ competitive search product |
The “Competitive Use” Gray Area
Perplexity’s clause against competitive products is the primary consideration:
Likely problematic:
- Building a general-purpose search interface using Perplexity API
- Creating a “Perplexity wrapper” product
- Aggregating Perplexity results for redistribution
Likely safe:
- Using Perplexity Sonar for research within OpenClaw coding workflows
- Internal development tools with search augmentation
- Personal automation for coding tasks
Comparison with Other Providers
| Provider | Competitive Language | Risk Level |
|---|---|---|
| Perplexity | “competitive with Perplexity” | 🟡 LOW-MEDIUM |
| Groq | “orchestrating usage” | 🟡 MEDIUM |
| Anthropic | Explicit OAuth ban | 🔴 HIGH |
| OpenAI | No competitive restrictions | 🟢 LOW |
| Together/Fireworks | No competitive restrictions | 🟢 LOW |
Safe Usage Guidelines
DO ✅
- Use Perplexity for coding research and development tasks
- Keep usage within rate limits for your tier
- Use Perplexity Sonar for context gathering in OpenClaw workflows
- Implement caching to reduce redundant API calls
- Monitor your API usage dashboard
DON’T ❌
- Build a general search product using Perplexity API
- Create a Perplexity clone or wrapper service
- Resell Perplexity API access to third parties
- Hammer the API with unbounded concurrent requests
- Ignore rate limit errors (429 responses)
What Would Change This Rating
To upgrade (safer):
- Perplexity publishes explicit guidance permitting agent tools
- Terms clarification on “competitive use” scope
- Community reports confirm safe OpenClaw usage
To downgrade (riskier):
- Documented enforcement against agent tool users
- Policy update explicitly restricting automation
- Technical blocks on API patterns
Review cadence: Quarterly; sooner if enforcement reports surface.
Migration Path If Affected
If Perplexity enforcement changes:
- Immediate: Switch to OpenAI with web search tools (GPT-5.4 Thinking on paid ChatGPT tiers)
- Short-term: Use Google Gemini API with Google Search grounding
- Long-term: Self-hosted search-augmented setup (LlamaIndex + search APIs)
Related Links
Provider Policy Hub:
- /verify/openclaw-provider-policies/ — All providers summary
- /posts/openclaw-provider-policy-check-2026/ — Breaking news, migration paths
Alternative Search-Augmented Options:
- /verify/openclaw-openai-policy/ — OpenAI (GPT-5.4/web search path)
- /verify/openclaw-provider-policies/#google-gemini — Google Gemini API with Search Grounding
- Brave Search API (independent search provider)
General Alternatives:
- /tools/self-hosting/ — Zero-provider-risk option
Verification Ledger
✅ VERIFIED: Medium Evidence
No explicit third-party tool ban
- Source: Perplexity API Terms of Service
- Method: Full text search for “third-party”, “agent”, “tool”, “automation”, “OpenClaw”
- Result: No explicit prohibitions found
- Date verified: 2026-02-25
Competitive use restriction exists
- Source: Perplexity API Terms of Service
- Quote: “competitive with Perplexity, or likely to damage Perplexity’s reputation”
- Scope: Applies to Customer Applications, not internal tooling
- Date verified: 2026-02-25
No documented agent tool enforcement
- Source: GitHub issues, community forums
- Method: Search for “Perplexity ban agent”, “Perplexity OpenClaw”, “Perplexity automation”
- Result: Zero documented cases
- Date verified: 2026-02-25
Sources
Primary Sources
- Perplexity API Terms of Service — May 23, 2025
- Perplexity Acceptable Use Policy — July 8, 2025
Related Documentation
Last verified: 2026-02-25
Next review: 2026-05-25
Evidence level: Medium (no explicit ban + competitive use clause)