PrivyAPI icon

PrivyAPI

Extension Actions

How to install Open in Chrome Web Store
CRX ID
gmkbmbljpfbmfbpllbdeacidnghliklc
Status
  • Live on Store
Description from extension meta

Private-first, local-only AI API tester with OpenAPI import and local LLM (Ollama).

Image from store
PrivyAPI
Description from store

🔒 PrivyAPI - Private-First AI API Tester

PrivyAPI is a powerful API testing tool that keeps your data private. Unlike cloud-based tools, PrivyAPI uses a local LLM (Ollama) to help you build API requests - your sensitive data never leaves your machine.

✨ KEY FEATURES

🤖 AI-Powered Request Builder
• Describe what you want in plain English
• AI generates complete requests with proper parameters
• Automatic validation against OpenAPI schema
• Smart error repair when validation fails

📁 Multi-Project Management
• Import multiple API projects
• Quick switch between projects
• Organize your APIs efficiently

🌍 Environment Variables
• Define variables for different environments (Dev, Prod, Staging)
• Use ${variableName} syntax in URLs, headers, and body
• Quick environment switching

📥 Easy Import
• Support for OpenAPI 3.x and Swagger 2.0
• Import from URL or paste JSON directly
• Automatic endpoint discovery and grouping

🔒 Privacy First
• All AI processing happens locally via Ollama
• Sensitive data automatically redacted before AI processing
• No cloud dependencies for core functionality

🚀 HOW IT WORKS
1. Install Ollama locally (free, open-source)
2. Import your OpenAPI/Swagger specification
3. Select an endpoint from the organized list
4. Describe your intent in plain English
5. AI generates the complete request
6. Review, modify if needed, and send!

🛠️ REQUIREMENTS
• Ollama running locally (http://127.0.0.1:11434)
• Recommended model: qwen2.5:7b or similar

💡 USE CASES
• API Development & Testing
• Exploring new APIs quickly
• Learning API structures
• Secure API testing for sensitive projects
• Offline API testing capability

🔐 PRIVACY COMMITMENT
PrivyAPI is designed with privacy as a core principle:
• No telemetry or analytics
• No cloud services required
• All AI inference runs on YOUR machine
• Open source and transparent