llms.txt Content
# Dynamic Documentation
> **Agent navigation guide:** Use the Table of Contents to identify the
> right implementation type and subcategory, then jump to that section.
> Do not scan this file linearly — use the section headers to navigate.
> API Reference schemas are listed last; consult them only for type definitions.
> Base URL: `https://www.dynamic.xyz/docs`
## Table of Contents
- **Overview** (101 pages) — Platform concepts, architecture, developer dashboard, and go-live checklist
- **Recipes** (48 pages) — Step-by-step integration recipes, frameworks, and how-tos
- **React SDK** (289 pages) — Components, hooks, wallets, authentication, and reference for React
- **JavaScript SDK** (153 pages) — Vanilla JS / framework-agnostic integration
- **React Native SDK** (132 pages) — Mobile integration for React Native
- **Node.js SDK** (105 pages) — Server-side Node.js SDK for EVM and SVM wallets
- **Flutter SDK** (49 pages) — Flutter/Dart integration
- **Swift SDK** (35 pages) — iOS/macOS Swift integration
- **Kotlin SDK** (33 pages) — Android Kotlin integration
- **Unity SDK** (23 pages) — Unity game engine integration
- **REST API Reference** (955 pages) — Full REST API — admin endpoints, SDK endpoints, and schema types
---
## Overview
Platform concepts, architecture, developer dashboard, and go-live checklist.
- [Go Live Checklist](https://www.dynamic.xyz/docs/overview/go-live-checklist)
- [Rate Limit Policies](https://www.dynamic.xyz/docs/overview/rate-limits) — Dynamic rate limit policies
### Access Control
- [Access Lists](https://www.dynamic.xyz/docs/overview/access-control/access-lists) — Allow or restrict access using lists of emails, wallet addresses, or other identifiers. Works with any SDK; scopes and UI customization are SDK-specific.
- [Gates](https://www.dynamic.xyz/docs/overview/access-control/gates) — Define rules that combine criteria such as access list membership or NFT/token ownership. Works with any SDK; sc
OpenAPI Spec (preview)
openapi: 3.0.1
info:
title: Dashboard API
description: Dashboard API documentation
version: 1.0.0
servers:
- url: https://app.dynamicauth.com/api/v0
- url: https://app.dynamic.xyz/api/v0
- url: http://localhost:3333/api/v0
tags:
- name: Analytics
- name: SDK
- name: Organizations
- name: Projects
- name: Environments
- name: Users
- name: Invites
- name: Tokens
- name: Origins
- name: Allowlists
- name: Wallets
- name: Members
- name: Sessions
- name: Sett