A destination is where your bank data is written: a Google Sheets spreadsheet, a You Need a Budget plan, or a webhook endpoint. You can connect multiple destinations and create separate syncs for each.Documentation Index
Fetch the complete documentation index at: https://docs.redbark.co/llms.txt
Use this file to discover all available pages before exploring further.
Supported destinations
Google Sheets
Sync transactions to a spreadsheet.
You Need a Budget
Sync transactions to a You Need a Budget plan.
Webhook
Receive transactions via HTTP POST to your own endpoint.
Actual Budget
Sync transactions to a self-hosted Actual Budget instance via Docker.
Sure
Sync transactions to a self-hosted Sure instance via Docker.
MCP Server
Give AI agents read-only access to your banking data.
Actual Budget and Sure run as separate Docker tools rather than dashboard destinations.
Destinations list
Each destination card shows:- Destination type icon (Google Sheets, You Need a Budget, or Webhook)
- Name: the spreadsheet, plan name, or webhook hostname
- Subtitle: the specific sheet or account within (webhook shows the endpoint URL)
- Open button: link to open the destination directly in its app
Adding a destination
Authenticate or configure
For most destinations, sign in with your account for the chosen service. Redbark Sync will request permission to read and write data. For Webhook, enter your HTTPS endpoint URL instead.
Data fields by sync type
Transaction fields
All destinations receive the same set of transaction fields, formatted appropriately for each platform:| Field | Description |
|---|---|
| Transaction ID | Unique identifier used for deduplication |
| Date | Transaction date |
| Description | Transaction description |
| Amount | Transaction amount |
| Direction | Credit or debit |
| Category | Transaction category (if available) |
| Merchant | Merchant name (if available) |
| Account | Bank account name |
| Status | Posted (only settled transactions are synced) |
| Class | Payment, transfer, fee, interest, or other |
| Post Date | Date the transaction was posted |