Productivity API
The Productivity API powers the goal-tracking hierarchy: Chainies contain Chains, and Chains contain Bits.
Base Path
text
https://api.chainabit.com/api/v1Authentication
All Productivity endpoints require a valid JWT Bearer token. Some creation endpoints also require an active entitlement.
Environment Variables
bash
export BASE_URL="https://api.chainabit.com/api/v1"
export TOKEN="your-access-token"Sections
- Chainies for long-term objectives.
- Chains for executable Bit-DAG workflows; streaks, periods, signatures, and schedules are run history.
- Chain Triggers for the manual/cron/event conditions that fire a chain run.
- Bits for executable units and completion events.
- Views for behavioral views and the puzzle view.
- Kanban for boards, stages, and cards.
Notes
- Some endpoints require an entitlement.
- List endpoints use cursor-based pagination.
- Soft-deleted items can be restored within 30 days.
- Behavioral views are read-only analytics endpoints.