Transcodes Documentation
⚡ 2 min readWelcome to Transcodes — Your AI Agent for Admin Authentication, Operations & Management
Quick Navigation
Transcodes
Transcodes is your AI agent for admin authentication, operations, and management. Tell your AI what you need — passkey login, RBAC, step-up auth, audit logs, member management — and Transcodes handles it. No backend setup. No auth expertise required. Works with Claude, Cursor, and Codex via MCP.
Integrate via Transcodes CDN (details: Quick Integration):
<script
src="https://cdn.transcodes.link/{PROJECT_ID}/webworker.js"
defer
></script>transcodes.redirectToSignIn();
// after return:
await transcodes.handleSignInCallback();Redirect to Transcodes Auth for sign-in and step-up — no embedded modals. Guides: Signin · Step-up Auth.
Documentation Structure
AI Agent
| Page | Description |
|---|---|
| AI Agent | Connect Transcodes to Claude, Cursor, or Codex — tell your AI what to build, it handles the rest |
LLM Context
| Page | Description |
|---|---|
| LLM Context | Use https://transcodes.io/instructions with AI coding tools |
Introduction
| Page | Description |
|---|---|
| Overview | Transcodes overview, WebAuthn, CDN quick start |
| How It Works | Authentication flow and architecture |
| How It Works | Human & AI action gateway — login, step-up, RBAC, agents |
| Architecture | System design, token model, CSP, privacy, checklist, operational security |
Quick Integration
| Page | Description |
|---|---|
| Overview | Framework comparison, universal setup |
| React | React + Vite integration |
| Next.js | Next.js App Router integration |
| Vue.js | Vue 3 + Vite integration |
| Vanilla JS | Vanilla JavaScript integration |
Authentication Cluster
| Page | Description |
|---|---|
| Overview | Authentication Kit Cluster overview |
| Installation Guide | Documentation, webworker script, TypeScript definitions |
| Branding | Customize auth UI branding |
| RBAC | Role-based access control |
| Audit Logs | User analytics and audit trails |
| Configuration | Project configuration |
| Step-up Session | Step-up authentication sessions |
| Webhook | Webhook configuration |
| Backup | Encrypted user data backup |
| JSON Web Key | JWK for server-side JWT verification |
| Signin | 6-step sign-in implementation guide |
| Step-up Auth | 4-step MFA for sensitive actions |
API Reference
| Page | Description |
|---|---|
| Overview | API sections overview |
| Token API | getAccessToken, getCurrentMember, signOut |
| Member API | member.get() |
| Events API | on(), off(), AUTH_STATE_CHANGED, etc. |
| Redirect API | redirectToSignIn, redirectToStepUp, etc. |
| Audit API | trackUserAction() |
| Init & Config | CDN load — no init() |
| Types | ApiResponse, Member, AuthResult, etc. |
Last updated on