Authenticate with Bricks CLI
Interactive Login
bricks loginbricks whoamiAPI Key Authentication
# Environment variable (recommended for CI/CD)
export BRICKS_API_KEY="your-api-key-here"
# Command line flag
bricks collection create --name "my_collection" --api-key "your-api-key-here"Authentication Priority
Logout
See also
Last updated
Was this helpful?

