Create your first project
Create the project
Run `bfs project create <name>` — or `POST /projects` on the platform API.Grab the API key
Project creation returns a project id and API key. Store the key in your env.Connect your app
Point your SDK at the project's API base URL and authenticate with the key.