Authentication
Authentication is done with a Personal Access Token (PAT).Create a token in BlocPad
- Go to
https://www.blocpad.com/settings - Create a Personal Access Token
- Copy the
bp_pat_...value and store it securely
cli:readcli:tokens
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Log in, create tokens, verify status, and log out.
https://www.blocpad.com/settingsbp_pat_... value and store it securelycli:readcli:tokensblocpad auth loginblocpad auth login --token $BLOCPAD_TOKEN
blocpad auth token createblocpad auth token create --name blocpad-cli --scopes cli:read,cli:write,cli:tokens
blocpad auth token create --name blocpad-cli --scopes cli:read --show-token
blocpad auth statusblocpad auth status
blocpad auth status --json
blocpad auth logoutblocpad auth logout