How it worksPlatformUse casesSecurityManifestoDocsStart building
Docs · preview

Introduction

Ysra turns a natural-language brief into a deployed, working application. You describe what you want; a team of specialist agents plans it, builds it, cross-verifies the result, and ships it to a live URL.

This documentation is a preview. The full reference — endpoints, SDKs, and guides — lands alongside general availability.

New to Ysra?

Start with the Quickstart → to ship your first build in a few minutes.

Quickstart

Describe your product in one prompt. Ysra handles planning, building, verification, and deploy.

# install the CLI (preview)
npm i -g @ysra/cli

# describe it, ship it
ysra build "a clinic ops dashboard with patients, appointments, and billing"

→ planning · building · verifying · deploying
→ live at https://clinic-ops.ysra.app

The agent pipeline

Each build moves through five phases. The build runs, then independent reviewers sign off before it ships.

intake Coordinator · Scope Analyst · Brief Critic
plan Planner · Design Director · QA Director
build Builder · Librarian · Compliance Reviewer
review Visual Critic · Functional Tester · Content Critic
ship Deploy

Read the full walkthrough on the How it works → page.

API

Kick off and track builds programmatically. Endpoints are stabilizing during preview — shapes may change.

POST /v1/builds
{
  "brief": "internal tool to track inventory",
  "deploy": true
}

# → { "id": "bld_4827", "status": "running" }
Want API access?

It's part of early access. Request it →