The most comprehensive API platform that surpasses Postman, Thunder Client, Bruno, ReadyAPI, HTTPie, and more - with flexible pricing from FREE to Enterprise
Live at: https://streamapi.dev | License: Apache 2.0 | Copyright Β© 2024 Chinmay Shrivastava
The world's most complete API platform - combining testing, mocking, documentation, AI intelligence, and enterprise features. Available with flexible pricing tiers to suit everyone from individual developers to large enterprises.
# Clone and run locally in 2 minutes
git clone https://github.com/JonSnow1807/api-orchestrator.git
cd api-orchestrator
docker-compose up
# Or try the hosted version
https://streamapi.dev
Plan | Price | API Calls | Projects | Mock Servers | Team Members | Best For |
---|---|---|---|---|---|---|
Free | $0/mo | 1,000/mo | 3 | 1 | 1 | Individual developers |
Starter | $49/mo | 10,000/mo | 10 | 3 | 3 | Small teams |
Professional | $199/mo | 100,000/mo | 50 | 10 | 10 | Growing companies |
Enterprise | $999/mo | Unlimited | Unlimited | Unlimited | Unlimited | Large organizations |
All tiers include core features. Higher tiers unlock advanced AI, team collaboration, priority support, and enterprise features.
Feature | API Orchestrator | Postman | Thunder Client | Bruno | ReadyAPI |
---|---|---|---|---|---|
Natural Language Testing | β All Tiers | β | β | β | β |
AI-Powered Intelligence | β Starter+ | β | β | β | |
Data Visualization | β All Tiers | β | β | β | |
Inline Response Testing | β All Tiers | β | β | β | β |
Enhanced Variables | β All Tiers | β | β | β | β |
Privacy-First AI | β Starter+ | β | β | β | β |
Offline Mode | β All Tiers | β | β | β | β |
Service Virtualization | β Pro+ | β | β | β | β |
VS Code Extension | β All Tiers | β | β | β | β |
Mock Servers | 1-β by tier | 3 Free | β | β | Limited |
Open Source | β | β | β | β | β |
Self-Hosted | β | β | N/A | β | β |
Price Range | $0-999/mo | $12-49/user | $8/user | FREE | $$$$+ |
- Plain English Testing: Write "Check if status is 200 and response has valid email"
- 40+ Pattern Recognition: Automatic test generation from data types
- Intelligent Suggestions: Context-aware test recommendations
- No Code Required: Generate complex test suites without writing code
- 8 Chart Types: Line, Bar, Pie, Area, Scatter, Radar, Table, JSON Tree
- AI Auto-Detection: Automatically chooses best visualization
- Natural Language Queries: "Group by category", "Sum amounts", "Average prices"
- Real-time Updates: Live data transformation and filtering
- Select & Test: Click any JSON field to generate tests instantly
- Smart Detection: Auto-identifies emails, URLs, dates, phone numbers
- Context Menu Testing: Right-click test generation
- Bulk Test Creation: Generate entire test suites from responses
- Local-by-Default: Private variables that don't sync unless shared
- 6 Scope Levels: LOCAL, SHARED, WORKSPACE, COLLECTION, ENVIRONMENT, GLOBAL
- Auto-Detection: Identifies sensitive values (API keys, passwords, tokens)
- Selective Sharing: Share with specific users/teams with expiration
- Advanced Masking: Custom patterns for sensitive data protection
- Version Control: Full audit trail and change history
- Data Never Trains Models: Your data is never used for AI training
- Local AI Option: Run AI locally with Ollama/Llama2
- Auto-Anonymization: Removes PII before processing
- GDPR/HIPAA Compliant: Built-in compliance features
- Hybrid Mode: Local for sensitive, cloud for public data
- Git-Friendly Storage: Collections as plain text files
- Multiple Formats: BRU, JSON, YAML, HTTP, Markdown
- Version Control: Native Git integration
- Auto-Sync: Syncs when online, works offline
- File Watching: Auto-detect and reload changes
- Mock Entire Services: Not just endpoints, entire API services
- 8 Mock Behaviors: Static, Dynamic, Stateful, Conditional, Proxy, Chaos, Record, Replay
- Stateful Mocking: CRUD operations with persistent state
- Chaos Engineering: Test failure scenarios
- Record & Replay: Capture real responses for testing
- Full IDE Integration: Test APIs without leaving VS Code
- Auto-Discovery: Scan files for API endpoints
- Collections & Environments: Full feature parity
- WebSocket Support: Real-time connection to backend
- Syntax Highlighting: .http file support
- OWASP Top 10: Automatic vulnerability scanning
- 15+ Secret Patterns: Detect exposed API keys, tokens, passwords
- Compliance Checking: GDPR, HIPAA, SOC2, PCI-DSS
- Risk Scoring: Security score with actionable fixes
- Bottleneck Detection: Identify slow endpoints
- Caching Recommendations: Smart cache strategy suggestions
- Query Optimization: Database query improvements
- Load Distribution: Scaling recommendations
- ROI Estimation: Calculate API business value
- Cost Analysis: API usage cost tracking
- Executive Summaries: Auto-generated reports
- Trend Analysis: Usage patterns and predictions
- Auto-Discovery: Scan codebases in Python, JavaScript, TypeScript, Go, Java, Ruby
- Framework Support: FastAPI, Flask, Django, Express, NestJS, Spring Boot, Rails
- Smart Testing: AI generates comprehensive test suites
- Multi-Protocol: REST, GraphQL, WebSocket, gRPC, SOAP
- OpenAPI 3.0: Auto-generated specifications
- Interactive Docs: Beautiful, searchable API documentation
- 30+ SDKs: Generate client libraries for any language
- Postman Import/Export: Full compatibility
- Load Testing: 8 types including stress, spike, soak tests
- Real-time Monitoring: WebSocket-powered live updates
- Status Pages: Public API health dashboards
- SLA Tracking: Uptime and performance SLAs
- Workspaces: Isolated environments for teams
- RBAC: Role-based access control
- Real-time Sync: Live collaboration features
- Activity Logging: Complete audit trail
- SSO/SAML: Enterprise authentication
- Custom AI Models: Bring your own AI keys
- Webhooks: 18+ event types with retry logic
- White-labeling: Custom branding options
- Test APIs without writing code
- Generate tests from responses
- Visualize data instantly
- Mock services for development
- Comprehensive test coverage
- Load and performance testing
- Contract testing
- Regression test automation
- CI/CD integration
- Health monitoring
- Status pages
- Performance tracking
- API documentation
- Usage analytics
- Cost tracking
- Executive reports
- FastAPI (Python 3.11+) - High-performance async API
- SQLAlchemy - Database ORM
- Celery - Async task processing
- Redis - Caching and queues
- WebSocket - Real-time updates
- React 18 - Modern UI framework
- TailwindCSS - Utility-first styling
- Recharts - Data visualization
- Monaco Editor - Code editing
- LangChain - AI orchestration
- OpenAI/Anthropic - LLM providers
- Ollama - Local AI support
- Faker - Test data generation
- Docker - Containerization
- GitHub Actions - CI/CD
- PostgreSQL - Primary database
- Stripe - Payment processing
git clone https://github.com/JonSnow1807/api-orchestrator.git
cd api-orchestrator
docker-compose up
# Backend
cd backend
pip install -r requirements.txt
uvicorn src.main:app --reload
# Frontend
cd frontend
npm install
npm run dev
# Required
DATABASE_URL=postgresql://user:pass@localhost/dbname
SECRET_KEY=your-secret-key
OPENAI_API_KEY=your-openai-key
# Optional
ANTHROPIC_API_KEY=your-anthropic-key
STRIPE_SECRET_KEY=your-stripe-key
REDIS_URL=redis://localhost:6379
cd deploy
./one-click-deploy.sh
Supports:
- Railway
- Render
- DigitalOcean
- AWS EC2
- Heroku
- Fly.io
docker-compose -f docker-compose.prod.yml up -d
We welcome contributions! See CONTRIBUTING.md for guidelines.
# Fork and clone
git clone https://github.com/YOUR_USERNAME/api-orchestrator.git
cd api-orchestrator
# Create branch
git checkout -b feature/your-feature
# Make changes and test
./scripts/test.sh
# Submit PR
Apache 2.0 - See LICENSE file.
Built with β€οΈ by Chinmay Shrivastava
Special thanks to:
- The open-source community
- All contributors and testers
- Users who provided feedback
- Documentation: https://docs.streamapi.dev
- Issues: GitHub Issues
- Email: support@streamapi.dev
- Discord: Join our community
- Browser Extension (Chrome, Firefox, Edge)
- Mobile Apps (iOS, Android)
- API Marketplace
- Custom Plugin System
- Kubernetes Operator
- Terraform Provider
- Multi-region Support
- Enterprise Cloud
β Star us on GitHub to support the project!
π The Future of API Development is Open Source!