Skip to content

credat/credat-docs

Repository files navigation

Credat Docs

Documentation site for Credat — the trust layer for AI agents.

Live at docs.credat.io

Stack

Local development

npm install
npm run dev

Open http://localhost:3000.

Structure

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

Deployment

Pushes to main trigger automatic production deployments via Vercel.

License

MIT

About

Documentation site for Credat — the trust layer for AI agents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors