Skip to main content

Authentication

Authentication is done with a Personal Access Token (PAT).

Create a token in BlocPad

  1. Go to https://www.blocpad.com/settings
  2. Create a Personal Access Token
  3. Copy the bp_pat_... value and store it securely
Recommended scopes:
  • cli:read
  • cli:tokens

blocpad auth login

Stores the token locally after validating it.
Tip: once you can export context, see LLM Workflows for Cursor/Codex/Gemini/Claude CLI examples.

blocpad auth token create

Creates a PAT and stores it locally.
By default the token value is not printed. To print it once:

blocpad auth status

blocpad auth logout