Skip to content
Integrate

How to integrate Wire AI

Three paths to a live personalized onboarding. Let your coding agent do it, install it by hand, or ship it with us. Pick the lane that fits how you build.

Read the SDK docs

How to integrate

Any AI tool can wire it in

Point your coding tool at our MCP server or a Claude skill, and it wires the SDK into your app for you. For everything else, we ship an AGENTS.md and a copy-paste integration prompt. You do not read a tutorial. Your tool does the work.

ClaudeClaude CodeCodexAntigravityReplitCursor
MCPSkillsAGENTS.md
Wire AIWired into your app
Path 1

Let your coding agent do it

Point Claude Code or Cursor at Wire AI and it can wire the SDK in for you. We ship the tooling a coding agent needs to integrate end to end.

  • Connect it to your agent to register an onboarding app and pull the integration recipe as tool calls, not just docs.

  • wire-rn-integration skill

    A Claude skill that walks your coding agent through the integration step by step.

  • Hand it to Claude Code, Cursor, or Copilot and it integrates the SDK in one pass.

  • The brief your agent reads first. Goal, API surface, integration steps, and the gotchas.

Path 2

Install it by hand

Prefer to wire it yourself? Install the package, initialize the client, and render. Your first flow is live in three calls.

$ npm install wireai-rn
initWireOnboarding({ apiKey, serverUrl })
// render the flow, and you are live
Read the SDK docs
Path 3

We do it with you

As a founding cohort seat, we handle the integration with you on the founder install call. Your first personalized onboarding goes live in an afternoon, and the measurement is wired in for you.

Open source

Built in the open: the generative UI SDK underneath

Wire AI runs on Wire RN, our open-source generative UI SDK. MIT licensed. A2UI protocol. Streaming by default.

Works with React Native today. More mobile platforms on the way.

npm install wireai-rn·MIT

Ready to go live?

Claim a founder slot and we scope your onboarding together, or read the docs and wire it yourself today.

See pricing or explore the open-source SDK it runs on.

Read the SDK docs