Get started

Wayleave Build

Build apps that are ready for AI agents from line one.

Wayleave Build takes you from idea to deployed app with agent protection already in place. Describe what you want, generate the app, get a GitHub repository you own, and deploy — with Wayleave Core identifying agent traffic and Wayleave Meter counting it from the first request.

How Wayleave Build works

  • Idea / prompt — describe the app in plain language.
  • AI app builder — Wayleave plans pages, data and API routes.
  • Generate app — code, config and a wayleave.config for your routes.
  • GitHub repo — the code is yours, in your own repository.
  • Deploy — ship to your host with agent identification and metering on.

Why build with agents in mind

More of the traffic reaching new apps is automated: AI assistants, crawlers, and agents calling APIs on a user's behalf. Apps generated with Wayleave start with a policy for each traffic lane, so you decide which routes agents may read, which are rate-limited, and which are priced — instead of retrofitting it later.

Status

The AI app builder is part of the Wayleave platform and is rolling out in early access. The underlying middleware it wires in — the wayleave npm package — is open source and available today.

Wired into every generated app

npm install wayleave

import Wayleave from 'wayleave';

const gate = new Wayleave({
  meter: { apiKey: process.env.WAYLEAVE_METER_KEY },
});
app.use(gate.express()); // before the routes you want to observe

Questions

Do I own the code Wayleave Build generates?

Yes. Generated apps are pushed to a GitHub repository you own and can deploy anywhere.

Can I add Wayleave to an app I already have?

Yes. Install the wayleave npm package and add one Express middleware line — see the developer quickstart.

Related

Identify. Control. Monetize.

Humans browse free. Agents pay their way.