CREATION

Documentation

Creation splits work between Creation Cloud (account + Forge) and your local machine (agents + builds).

Install

curl -fsSL https://creation.dev/install | bash

Cloud API

  • POST /api/account/register — create account
  • POST /api/account/login — sign in
  • GET /api/account/me — profile (Bearer API key)
  • POST /api/forge/v1/chat/completions — Forge planning
  • GET /api/health — service status

Local CLI

creation setup          # setup wizard
creation login          # sync cloud account locally
creation serve          # Studio at :8787
creation build "idea"   # full build loop
creation doctor         # check agents & Relay

Environment

CREATION_CLOUD_URL — cloud API base (default: https://creation.dev)
OPENAI_API_KEY — optional Forge backend on Vercel
Link Vercel KV in the project for persistent accounts in production.

Full reference on GitHub README.