Skip to main content

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:
Your App  →  KnoxCall  →  Backend APIs (Stripe, Twilio, etc.)

         • Injects credentials
         • Logs everything
         • Enforces rate limits
         • Triggers webhooks
         • Runs workflows
Key capabilities:
  • 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

I want to…

Core Concepts

KnoxCall is built on three foundational concepts:
ConceptPurposeExample
RoutesDefine where requests gostripe-paymentsapi.stripe.com
ClientsControl who can accessAllow only 52.123.45.67
SecretsStore credentials securelystripe_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 Route

Webhooks

Send real-time notifications to external services when requests succeed, fail, or meet specific conditions. Set Up Webhooks

Workflows

Build automated processes that chain multiple API calls with conditional logic, loops, and error handling. Create Workflows

Monitoring & Alerts

Track every request with detailed logs, analytics dashboards, and configurable alerts. View Analytics | Configure Alerts

Next Steps

Need Help?