# Beeminder

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.

- **Category:** task management
- **Auth:** API_KEY, OAUTH2
- **Composio Managed App Available?** No
- **Tools:** 5
- **Triggers:** 0
- **Slug:** `BEEMINDER`
- **Version:** 20260506_00

## Tools

### Authenticate and Redirect User

**Slug:** `BEEMINDER_AUTHENTICATE_AND_REDIRECT_USER`

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.

### Create Charge

**Slug:** `BEEMINDER_CREATE_CHARGE`

Tool to create a new charge for a user. Use when billing a user outside of goal pledges; supports dryrun mode.

### Get all goals

**Slug:** `BEEMINDER_GET_ALL_GOALS`

Tool to retrieve all goals for a specified user. Use when listing a user's active goals.

### Get Archived Goals

**Slug:** `BEEMINDER_GET_ARCHIVED_GOALS`

Tool to retrieve archived goals for a specified user. Use when you need to inspect a user's past archived goals.

### Get Beeminder User Information

**Slug:** `BEEMINDER_GET_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.
