BlueForge Docs

Create your first project

  1. Create the project

    Run `bfs project create <name>` — or `POST /projects` on the platform API.
  2. Grab the API key

    Project creation returns a project id and API key. Store the key in your env.
  3. Connect your app

    Point your SDK at the project's API base URL and authenticate with the key.