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
Open the app
Go to app.bleenk.app and create an account or sign in with your team SSO.
- 2
Join a workspace
Create or join a Bleenk workspace — your team boundary for projects, billing, and sharing.
- 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:
Template
Start from a curated stack — Next.js, API + worker, and more.
Learn moreImport git
Connect GitHub, GitLab, or Bitbucket and clone an existing repository.
Learn moreDescribe it
Tell the agent what to scaffold; it creates files, containers, and config.
Learn moreArchitecture 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.
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
Preview locally
Use live preview with hot reload to click through the change.
- 2
Commit
Commit from the built-in git UI or push to your remote.
- 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.
