Beeminder is an online goal-tracking service that uses financial incentives—pledge money on your objectives and forfeit it if you don’t keep up—to help you achieve your goals.
Toolkit · beeminder
v1
01Authenticate and Redirect Usertool
02Create Chargetool
03Get all goalstool
04Get Archived Goalstool
API Key · verified
5T · 0TR
beeminder
Supported tools and triggers
Each tool is a typed function your agent can call. Each trigger fires an agent run when something changes upstream.
Authenticate and Redirect UserDeprecated
Tool to authenticate a user and redirect them to a given URL. Use when sending a user into the Beeminder web UI directly after OAuth or token validation.
TOOL
Create Charge
Tool to create a new charge for a user. Use when billing a user outside of goal pledges; supports dryrun mode.
TOOL
Get all goals
Tool to retrieve all goals for a specified user. Use when listing a user's active goals.
TOOL
Get Archived Goals
Tool to retrieve archived goals for a specified user. Use when you need to inspect a user's past archived goals.
TOOL
Get Beeminder User Information
Tool to retrieve information about a specified Beeminder user. Use when you need to fetch details like timezone, goals, urgency, or deleted goals after authenticating successfully.