# Rize AI integration on Definable

> Rize is an AI-powered time tracking and productivity tool that automatically tracks your work time and provides insights.

## What this connects

Rize is an AI-powered time tracking and productivity tool that automatically tracks your work time and provides insights.

Vendor: https://rize.io

## Tools available

**8** tools available. First 8:

- `RIZE_CREATE_API_KEY` — Create API Key — Create a new API key for the partner. Use this action when you need to generate a new API key for authentication with the Rize API. The API key is created server-side and returned in the response. Note: This action does not require any input parameters. Simply call execute with an empty request body to generate a new API key.
- `RIZE_CREATE_CARD` — Create Card — Creates a new card in the Rize system. Use this action when you need to create a new card for a cardholder. The card will be associated with the specified partner financial account. Card creation is irreversible once processed — ensure all parameters are correct before execution.
- `RIZE_CREATE_CARDHOLDER` — Create Cardholder — Creates a new cardholder in the Rize system. Use this action when you need to register a new cardholder with their personal information, addresses, and tax identification. This action is irreversible once processed.
- `RIZE_CREATE_COUNTERPARTY` — Create a Rize counterparty — Creates a new Counterparty in the Rize system. A counterparty represents an external party (such as a vendor, supplier, or business partner) that can receive transfers from your account. Use when setting up external payment recipients or business transfer partners. This action is idempotent based on the external_uid. If a counterparty with the same external_uid already exists, the existing record may be returned.
- `RIZE_CREATE_PARTNER_FINANCIAL_ACCOUNT` — Create Partner Financial Account — Create a new financial account for an existing partner in the Rize admin API. Use this action when you need to provision a new financial account (such as a bank account) for a partner organization that already exists in the Rize platform. This action creates the financial account on the partner record. The account will be associated with the specified financial provider.
- `RIZE_CREATE_USER` — Create User — Creates a new user in the Rize system. Use this action when you need to register a new user with their email, name, and role. Optionally, cardholder information can be provided to associate a cardholder profile with the user.
- `RIZE_GET_CARDHOLDER` — Get Cardholder — Retrieve detailed information about a specific cardholder using their unique identifier. Use this action when you need to fetch cardholder profile data including name, contact information, addresses, and demographic details.
- `RIZE_GET_VIRTUAL_CARD_IMAGE` — Get Virtual Card Image — Retrieves the virtual card image asset. Returns the image representation of a virtual debit card which can be displayed in mobile or web applications. Use this action when you need to fetch the visual representation of a virtual debit card for display purposes. This action is read-only and does not modify any card data.

## Auth

Auth schemes: `API_KEY`.

## How agents use Rize

Inside a Definable workflow, Rize is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Rize** — the Researcher (GPT-5.5) pulls context from Rize (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Rize** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Rize (create record, post message, draft email).
- **Designer / Engineer → Distributor → Rize** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Rize (attach file, open PR comment, post status).

The Verifier checks every Rize call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- productivity — https://definable.ai/apps/category/productivity/

## Related

- HTML page: https://definable.ai/apps/rize/
- Same category (productivity): https://definable.ai/apps/category/productivity/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
