# Rize

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

- **Category:** productivity
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 8
- **Triggers:** 0
- **Slug:** `RIZE`
- **Version:** 20260506_00

## Tools

### Create API Key

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

### Create Card

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

### Create Cardholder

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

### Create a Rize counterparty

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

### Create Partner Financial Account

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

### Create User

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

### Get Cardholder

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

### Get Virtual Card Image

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