ARCY AI
BETA

Getting Started

Add the ARCY AI agent to your web app.

The ARCY SDK (@arcyai/sdk) is a JavaScript package that embeds an AI agent directly inside your existing web application. Once installed, your users get three AI-powered capabilities: a Chat capability that answers questions directly in text, a Copilot mode that coaches users through any workflow by highlighting UI elements step by step, and an Autopilot mode that navigates pages, clicks buttons, and fills forms autonomously on the user's behalf. A query router selects the right one per query — there is no mode picker.

Setup is one script tag. Install ARCYProvider and ARCY starts building its own understanding of your product from real usage: it passively observes clicks, form submits, and navigation in the browser, and an AI curation service proposes page and element context from that stream. You never edit your JSX or commit a generated diff to get a working knowledge graph. Run arcy init and the CLI wires the provider and seeds day-one page navigation automatically.

Fully supported frameworks: Next.js App Router, Next.js Pages Router, Vite + React, Create React App.

Fully supported auth libraries: Clerk, NextAuth, Auth0, Supabase, Firebase.

SDK

Security

Privacy

Compliance

On this page