Skip to main content

Quickstart

1) Install

Or run without installing:

2) Create a token

Create a Personal Access Token (PAT) in BlocPad. The token value looks like bp_pat_....
  1. Go to https://www.blocpad.com
  2. Open Settings: https://www.blocpad.com/settings
  3. Create a new Personal Access Token and copy the bp_pat_... value (store it securely)
Recommended scopes:
  • cli:read
  • cli:tokens

3) Log in

4) Verify

5) Export task context (LLM-friendly)

If the task is a parent (has subtasks), export the next suggested leaf subtask:

6) Traditional PM projects

If your project uses Traditional PM (pm_mode='traditional'), you can also browse the full hierarchy:

7) Mutate via proposals

All mutations use a safe propose-review-apply workflow:
See Proposals & Apply for the full reference. Next: use this context with your coding assistant in LLM Workflows.