Payments & Finance27 toolsBrowser login (OAuth), no API keys
Splitwise integration for AI agents
Track and settle shared expenses and group bills
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Splitwise once and call the same tools from all of them.
Setup
Connect Splitwise through ClawLink's hosted setup to track and settle shared expenses and group bills.
- Auth: Browser login (OAuth), no API keys. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Splitwise exposes 27 tools through ClawLink. The 22 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
splitwise_get_categories | Retrieve expense categories | Read |
splitwise_get_comments | Retrieve all comments associated with a specific expense | Read |
splitwise_get_currencies | Retrieve a list of supported currencies | Read |
splitwise_get_current_user | Retrieve information about the current authenticated user | Read |
splitwise_get_expense | Retrieve detailed information about a specific expense by ID | Read |
splitwise_get_expenses | List the current user's expenses from Splitwise account | Read |
splitwise_get_friend | Retrieve detailed information about a specific friend | Read |
splitwise_get_friends | List current user's friends on Splitwise | Read |
splitwise_get_group | Retrieve detailed information about a specific group | Read |
splitwise_get_groups | Retrieves all groups the authenticated user belongs to, including group details, members | Read |
splitwise_get_notifications | Retrieve recent activity notifications from the user's Splitwise account | Read |
splitwise_get_user | Retrieves basic profile information about any Splitwise user by their ID | Read |
splitwise_add_friend | Add a new friend to Splitwise | Write |
splitwise_add_user_to_group | Add a user to a group | Write |
splitwise_create_comment | Create a comment on a specific expense | Write |
splitwise_create_expense | Create a new Splitwise expense | Write |
splitwise_create_friends | Add multiple friends at once to Splitwise | Write |
splitwise_create_group | Create a new group in Splitwise | Write |
splitwise_undelete_expense | Restore a previously deleted expense and its associated records | Read |
splitwise_undelete_group | Restore a previously deleted group and all its associated records | Read |
splitwise_update_expense | Update an existing Splitwise expense | Write |
splitwise_update_user | Update user account details including name, email, password, and preferences | Write |