# About AI Transport AI Transport is a drop-in durable session layer for AI applications. Conversations survive disconnects, span devices, and let any client signal any agent through the same session. AI Transport gives your AI agents a session that outlives the connection. Tokens stream over a session, not a single HTTP request, so a client reconnects without losing the response. The same session is open to any device the user picks up. Any participant publishes to the session, so a stop button on the phone cancels a turn that started on the laptop. It works with any AI model or framework: OpenAI, Anthropic, Vercel AI SDK, LangChain, or your own stack. AI Transport runs on Ably's [fault-tolerant](https://ably.com/docs/platform/architecture/fault-tolerance.md?source=llms.txt) global platform, with messaging at [low latency](https://ably.com/docs/platform/architecture/latency.md?source=llms.txt) across regions and [elastic scale](https://ably.com/docs/platform/architecture/platform-scalability.md?source=llms.txt). ![Before and after adding AI Transport](https://raw.githubusercontent.com/ably/docs/main/src/images/content/diagrams/ai-transport-before-and-after.png) ## Get started {[ { title: 'Getting started', description: 'Build a working app with Vercel AI SDK or the Core SDK in a few minutes.', image: 'icon-tech-javascript', link: '[ably docs ai-transport getting-started vercel-ai-sdk](https://ably.com/docs/ai-transport/getting-started/vercel-ai-sdk.md?source=llms.txt)', }, { title: 'Frameworks', description: 'See how AI Transport composes with the AI framework you already use.', image: 'icon-tech-javascript', link: '[ably docs ai-transport frameworks vercel-ai-sdk-ui](https://ably.com/docs/ai-transport/frameworks/vercel-ai-sdk-ui.md?source=llms.txt)', }, { title: 'Features', description: 'Browse what AI Transport does once you have a session running.', image: 'icon-tech-javascript', link: '[ably docs ai-transport features token-streaming](https://ably.com/docs/ai-transport/features/token-streaming.md?source=llms.txt)', }, { title: 'Why AI Transport', description: 'Understand the production problems that direct HTTP streaming leaves on the table.', image: 'icon-tech-javascript', link: '[ably docs ai-transport why](https://ably.com/docs/ai-transport/why.md?source=llms.txt)', }, ]} ## Read next - [Concepts](https://ably.com/docs/ai-transport/concepts.md?source=llms.txt): the building blocks (sessions, turns, transport, codec, conversation tree, infrastructure). - [Going to production](https://ably.com/docs/ai-transport/going-to-production.md?source=llms.txt): the production checklist for shipping AI Transport. ## Documentation Index To discover additional Ably documentation: 1. Fetch [llms.txt](https://ably.com/llms.txt?source=llms.txt) for the canonical list of available pages. 2. Identify relevant URLs from that index. 3. Fetch target pages as needed. Avoid using assumed or outdated documentation paths.