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

# Introduction

> Govern what your autonomous AI agents are allowed to do and spend.

Keydris is a governance and orchestration platform for autonomous AI agents. It gives each agent a verifiable identity, enforces the policy that agent operates under, and records every action it takes in a tamper-evident audit trail.

Use Keydris to put a fleet of agents under control: issue short-lived credentials, define the operations and spending limits an agent is permitted, store the secrets agents need without exposing them, and prove after the fact exactly what happened.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Bring your first agent under governance in a few steps.
  </Card>

  <Card title="Identity tokens (KITs)" icon="key" href="/concepts/kits">
    Learn how agents prove who they are with a single-use credential.
  </Card>

  <Card title="Policies" icon="shield-halved" href="/concepts/policies">
    Define what an agent may do, spend, and call.
  </Card>

  <Card title="Audit logs" icon="receipt" href="/features/audit-logs">
    Review an immutable record of every agent action.
  </Card>
</CardGroup>

## What you can do with Keydris

<CardGroup cols={2}>
  <Card title="Issue identity credentials" icon="vpn-key" href="/features/key-management">
    Hand each agent a Keydris Identity Token (KIT) it presents to prove its identity and the policy it runs under.
  </Card>

  <Card title="Author policies visually" icon="diagram-project" href="/features/policies">
    Build allow, approval, and reject rules on a canvas. Keydris compiles them to enforceable Rego.
  </Card>

  <Card title="Store secrets safely" icon="lock" href="/features/vault">
    Keep API keys and credentials in the Vault. Agents reference a token, never the plaintext value.
  </Card>

  <Card title="Route events to your tools" icon="bolt" href="/features/integrations">
    Send key, policy, and agent alerts to Slack, PagerDuty, webhooks, and more.
  </Card>
</CardGroup>

## Who it is for

Keydris is built for the teams responsible for running AI agents in production: platform engineers, security and compliance owners, and the operators who need day-to-day visibility into what every agent is doing. Access is scoped by role, so each person sees and changes only what their role permits.
