Documentation site for Credat — the trust layer for AI agents.
Live at docs.credat.io
- Next.js 16 (App Router)
- Nextra 4 (docs theme + MDX)
- Deployed on Vercel
npm install
npm run devOpen http://localhost:3000.
src/content/
├── index.mdx # Introduction
├── getting-started.mdx # Installation & quick start
├── security.mdx # Security considerations
├── concepts/ # Core concepts
│ ├── agent-identity.mdx
│ ├── delegation.mdx
│ ├── handshake.mdx
│ └── scopes.mdx
├── guides/ # Step-by-step tutorials
│ ├── basic-agent.mdx
│ ├── delegation.mdx
│ ├── handshake.mdx
│ └── agent-to-agent.mdx
└── api/ # API reference
├── agent.mdx
├── delegation.mdx
├── handshake.mdx
├── scopes.mdx
├── crypto.mdx
├── did.mdx
└── errors.mdx
Pushes to main trigger automatic production deployments via Vercel.
MIT