perplexity-prod-checklist

Featured

Execute Perplexity production deployment checklist for Sonar API integrations. Use when deploying Perplexity integrations to production, preparing for launch, or implementing go-live procedures. Trigger with phrases like "perplexity production", "deploy perplexity", "perplexity go-live", "perplexity launch checklist".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Perplexity Production Checklist ## Overview Complete checklist for deploying Perplexity Sonar API integrations to production. Perplexity-specific concerns: every API call performs a live web search (variable latency), citations link to third-party sites (must validate), and costs scale per-request plus per-token. ## Prerequisites - Staging environment tested - Production API key generated (separate from dev/staging) - Monitoring configured - Cost budget defined ## Production Readiness Checklist ### API Configuration - [ ] Production `PERPLEXITY_API_KEY` in secret manager (not env file) - [ ] Key starts with `pplx-` and has credits loaded - [ ] Separate API keys for dev/staging/prod - [ ] Base URL is `https://api.perplexity.ai` (not localhost/proxy) - [ ] Model selection configured: `sonar` for fast, `sonar-pro` for deep ### Code Quality - [ ] All search calls wrapped in retry with exponential backoff - [ ] Rate limiting implemented (50 RPM default) - [ ] Query sanitization strips PII before sending to Perplexity - [ ] Citations parsed from response (not extracted from text) - [ ] `max_tokens` set on all requests (prevents runaway costs) - [ ] Timeouts configured: 15s for sonar, 30s for sonar-pro - [ ] Error handling covers 401, 402, 429, 500+ status codes - [ ] No hardcoded API keys in source code ### Performance - [ ] Result caching implemented for repeated queries - [ ] Cache TTL appropriate: 30min for news, 4hrs for research, 24hrs for facts - [ ] Streaming enabled...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

perplexity-advanced-troubleshooting

Apply advanced debugging techniques for hard-to-diagnose Perplexity Sonar API issues. Use when standard troubleshooting fails, investigating inconsistent citations, or preparing evidence for support escalation. Trigger with phrases like "perplexity hard bug", "perplexity mystery error", "perplexity inconsistent results", "difficult perplexity issue", "perplexity deep debug".

2,266 Updated today
jeremylongshore
AI & Automation Featured

perplexity-install-auth

Install and configure Perplexity Sonar API authentication. Use when setting up a new Perplexity integration, configuring API keys, or initializing the OpenAI-compatible client for Perplexity. Trigger with phrases like "install perplexity", "setup perplexity", "perplexity auth", "configure perplexity API key", "perplexity sonar setup".

2,266 Updated today
jeremylongshore
DevOps & Infrastructure Featured

perplexity-deploy-integration

Deploy Perplexity Sonar API integrations to Vercel, Cloud Run, and Docker. Use when deploying Perplexity-powered applications to production, configuring platform-specific secrets, or setting up edge functions. Trigger with phrases like "deploy perplexity", "perplexity Vercel", "perplexity production deploy", "perplexity Cloud Run", "perplexity Docker".

2,266 Updated today
jeremylongshore
AI & Automation Featured

perplexity-ci-integration

Configure CI/CD for Perplexity Sonar API integrations with GitHub Actions. Use when setting up automated testing, configuring CI pipelines, or integrating Perplexity tests into your build process. Trigger with phrases like "perplexity CI", "perplexity GitHub Actions", "perplexity automated tests", "CI perplexity pipeline".

2,266 Updated today
jeremylongshore
AI & Automation Featured

perplexity-known-pitfalls

Identify and avoid Perplexity anti-patterns and common integration mistakes. Use when reviewing Perplexity code, onboarding new developers, or auditing existing integrations for best practices violations. Trigger with phrases like "perplexity mistakes", "perplexity anti-patterns", "perplexity pitfalls", "perplexity code review", "perplexity gotchas".

2,266 Updated today
jeremylongshore