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

# Introduction

> The control plane for managing AI agents across your organization

# Introduction

Spellguard is the control plane for managing AI agents across your organization — multi-vendor, multi-department, unified governance. Get visibility into every agent, enforce policies consistently, and maintain audit trails across your entire agentic infrastructure.

For secure agent-to-agent communication, Spellguard provides two core protocols that you can use independently: **cTLS** and **AMP**.

<CardGroup cols={2}>
  <Card title="cTLS" icon="shield-check" href="/specifications/ctls/overview">
    **Cloud Transport Layer Security** implements bidirectional attestation and secure channel establishment for agents regardless of the hosting provider.
  </Card>

  <Card title="AMP" icon="scroll" href="/specifications/amp/overview">
    **Admissible Messaging Policy** provides tamper-evident audit logs and secure message archiving between two parties without requiring trust of either side's account.
  </Card>
</CardGroup>

## Key Properties

<Tabs>
  <Tab title="cTLS">
    <ul>
      <li>Bidirectional verification before communication is exchanged</li>
      <li>Forward secrecy through ephemeral RAM-only keys</li>
      <li>Cryptographic proof of verifier privacy and neutrality</li>
    </ul>
  </Tab>

  <Tab title="AMP">
    <ul>
      <li>Commitments prove existence without revealing content</li>
      <li>Pluggable backends (S3, Rekor, others)</li>
      <li>Bilateral and unilateral attestation modes</li>
    </ul>
  </Tab>
</Tabs>
