Documentation
Complete guide to implementing quantum-safe securityfor your AI agents with ATP's enterprise-grade protocol.
Quantum-Safe
Developer-First
Production-Ready
Quick Installation
Get ATP running in 30 seconds
# Install ATP SDK
npm install atp-sdk
# Or clone repository
git clone https://github.com/agent-trust-protocol/core.git
First Agent
Register your first AI agent
// Create quantum-safe agent in 1 line
const agent = await Agent.quickstart('MyBot')
// Works immediately without any setup
console.log('Standalone:', agent.isStandalone())
💡 Standalone Mode: Agent runs immediately with quantum-safe keys. Connects to ATP services automatically when available.
Try Live Playground30-Second Setup Guide
Follow these steps to get your first quantum-safe agent running
1
Install SDK
Add ATP to your project with npm or yarn
2
Configure
Set environment variables and initialize client
3
Deploy
Register agents and start secure interactions
Ready to Implement ATP?
Start building quantum-safe AI agent interactions today