Skip to Content
Documentation

Transcodes Documentation

⚡ 2 min read

Welcome 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

PageDescription
AI AgentConnect Transcodes to Claude, Cursor, or Codex — tell your AI what to build, it handles the rest

LLM Context

PageDescription
LLM ContextUse https://transcodes.io/instructions with AI coding tools

Introduction

PageDescription
OverviewTranscodes overview, WebAuthn, CDN quick start
How It WorksAuthentication flow and architecture
How It WorksHuman & AI action gateway — login, step-up, RBAC, agents
ArchitectureSystem design, token model, CSP, privacy, checklist, operational security

Quick Integration

PageDescription
OverviewFramework comparison, universal setup
ReactReact + Vite integration
Next.jsNext.js App Router integration
Vue.jsVue 3 + Vite integration
Vanilla JSVanilla JavaScript integration

Authentication Cluster

PageDescription
OverviewAuthentication Kit Cluster overview
Installation GuideDocumentation, webworker script, TypeScript definitions
BrandingCustomize auth UI branding
RBACRole-based access control
Audit LogsUser analytics and audit trails
ConfigurationProject configuration
Step-up SessionStep-up authentication sessions
WebhookWebhook configuration
BackupEncrypted user data backup
JSON Web KeyJWK for server-side JWT verification
Signin6-step sign-in implementation guide
Step-up Auth4-step MFA for sensitive actions

API Reference

PageDescription
OverviewAPI sections overview
Token APIgetAccessToken, getCurrentMember, signOut
Member APImember.get()
Events APIon(), off(), AUTH_STATE_CHANGED, etc.
Redirect APIredirectToSignIn, redirectToStepUp, etc.
Audit APItrackUserAction()
Init & ConfigCDN load — no init()
TypesApiResponse, Member, AuthResult, etc.
Last updated on