Sign in

Start here

Quickstart

Sign in to Bleenk, create a project, and ship your first agent in five minutes.

app.bleenk.app
Full-stack project layout in Bleenk
Templates ship with frontend, API, and data layers wired.

This quickstart assumes you are using Bleenk in the cloud at app.bleenk.app. You get the full workspace experience — editor, sandboxes, and deployment — without installing Docker or Kubernetes locally.

Sign in

  1. 1

    Open the app

    Go to app.bleenk.app and create an account or sign in with your team SSO.

  2. 2

    Join a workspace

    Create or join a Bleenk workspace — your team boundary for projects, billing, and sharing.

  3. 3

    Add a model key (optional)

    Under Settings, add a provider API key if you want bring-your-own-key routing.

Create a project

Every app, agent, and automation on Bleenk lives inside a project. Pick one of three paths:

Architecture graph

Each project includes an architecture config rendered in the Architecture Panel. You and the agent edit the same graph — containers, edges, and deploy targets stay in sync.

Run your first agent session

Open the chat panel, choose an agent and model, and describe a concrete outcome. The agent streams a plan, runs tools in the sandbox, and asks for approval on sensitive operations.

text
Example:

Add a /pricing page with three tiers and a CTA to /waitlist.
Use our existing layout components and match the homepage style.

Preview and ship

  1. 1

    Preview locally

    Use live preview with hot reload to click through the change.

  2. 2

    Commit

    Commit from the built-in git UI or push to your remote.

  3. 3

    Deploy

    Draw a deploy edge in the Architecture Panel to ship to Vercel, AWS, or another target.

What’s next

Read Projects and Workspaces for snapshots and team sharing, then Agents for approvals, tools, and long-running tasks.

Quickstart