Welcome to KnoxCall Documentation
KnoxCall is a powerful API routing platform that helps you manage, monitor, and secure your API traffic. Whether you’re protecting API credentials, setting up webhook notifications, or automating complex workflows, KnoxCall provides the tools you need.What is KnoxCall?
KnoxCall acts as a smart proxy between your clients and backend services:- Credential Protection: Keep API keys server-side - never expose secrets to clients
- IP Whitelisting: Control exactly which IPs can access your routes
- Real-time Monitoring: See every request, response, and error
- Webhook Notifications: Get notified when requests succeed, fail, or timeout
- Workflow Automation: Chain API calls with conditional logic and transformations
Choose Your Path
New to KnoxCall?
Start with the fundamentals: Routes, Clients, and Secrets
Quick Start
Get a working route in 5 minutes
I want to…
Secure my APIs
Rate limiting, IP whitelisting, request signing
Get notified
Set up webhooks for API events
Automate workflows
Chain API calls with logic
Monitor traffic
View analytics and logs
Debug issues
Fix common problems
Advanced config
Headers, transformations, methods
Core Concepts
KnoxCall is built on three foundational concepts:| Concept | Purpose | Example |
|---|---|---|
| Routes | Define where requests go | stripe-payments → api.stripe.com |
| Clients | Control who can access | Allow only 52.123.45.67 |
| Secrets | Store credentials securely | stripe_key = sk_live_... |
Learn Core Concepts
Understand how Routes, Clients, and Secrets work together
Key Features
Routes & Proxying
Create routes that forward requests to your backend APIs while injecting credentials, transforming payloads, and logging everything. → Create Your First RouteWebhooks
Send real-time notifications to external services when requests succeed, fail, or meet specific conditions. → Set Up WebhooksWorkflows
Build automated processes that chain multiple API calls with conditional logic, loops, and error handling. → Create WorkflowsMonitoring & Alerts
Track every request with detailed logs, analytics dashboards, and configurable alerts. → View Analytics | Configure AlertsNext Steps
Quick Start Guide
Follow the step-by-step tutorial to create your first route
Route Examples
See real-world examples for Stripe, Twilio, and more
AI Route Setup
Let AI configure routes from your code or cURL commands
What's New
See recently launched features and roadmap
Need Help?
- Browse our Getting Started Guide
- Check Troubleshooting for common issues
- Contact Support via the chat widget