> ## Documentation Index
> Fetch the complete documentation index at: https://docs.knoxcall.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> The API gateway that keeps your credentials secure and your traffic visible.

# Introduction

KnoxCall sits between your clients and your backend APIs — injecting secrets, enforcing access rules, logging every request, and triggering automations. Set up a route once; everything flows through KnoxCall from there.

## Get started

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/getting-started/quick-start-guide">
    Create your first proxied route in five minutes
  </Card>

  <Card title="Core Concepts" icon="book-open" href="/getting-started/core-concepts">
    Understand Routes, Clients, and Secrets
  </Card>

  <Card title="Onboarding Agent" icon="wand-magic-sparkles" href="/getting-started/onboarding-agent">
    Let AI configure your first route automatically
  </Card>

  <Card title="Route Examples" icon="lightbulb" href="/essentials/routes/route-examples">
    Real-world examples for Stripe, Twilio, and more
  </Card>
</CardGroup>

## Explore

<CardGroup cols={3}>
  <Card title="Routes" icon="route" href="/essentials/routes/what-are-routes">
    Forward requests to any backend API with full control over headers, secrets, and transformations
  </Card>

  <Card title="Secrets" icon="key" href="/essentials/secrets/secrets-overview">
    Store credentials server-side and inject them at request time — clients never see them
  </Card>

  <Card title="Clients" icon="users" href="/essentials/clients/what-are-clients">
    Control which IPs, API keys, or mTLS certificates can reach each route
  </Card>

  <Card title="Webhooks" icon="webhook" href="/webhooks/webhooks-overview">
    Get notified on request success, failure, or custom conditions in real time
  </Card>

  <Card title="Workflows" icon="diagram-project" href="/workflows/workflows-overview">
    Chain API calls with conditional logic, loops, and error handling
  </Card>

  <Card title="Monitoring" icon="chart-line" href="/monitoring/analytics">
    Full request logs, analytics dashboards, and configurable alerting
  </Card>
</CardGroup>

<Note>
  **For AI assistants:** Read the [AI Integration Guide](/advanced/ai-integration-guide) before helping a developer integrate their API with KnoxCall. It contains critical details about how proxy routing works.
</Note>
