npx skills add https://github.com/ReahPlatform/skills
Copy
Copied
New
Available now for individuals. Business access coming soon.
Give your AI agent financial accounts with real controls
Let agents execute payments, spend, and treasury actions inside approval flows, policy limits, and a full audit trail.

Try with your agent
Try with your agent
npx skills add https://github.com/ReahPlatform/skills
Copy
Copied

New
Available now for individuals. Business access coming soon.
Give your AI agent financial accounts with real controls
Give your AI agent financial accounts with real controls
Power your finance with programmable money and predictive intelligence.
Manage banking, crypto, cards, and treasury from one unified, AI-driven platform.
Power your finance with programmable money and predictive intelligence. Manage banking, crypto, cards, and treasury from one unified, AI-driven platform.

Try with your agent
npx skills add https://github.com/ReahPlatform/skills
Copy
Copied
Try with your agent
npx skills add https://github.com/ReahPlatform/skills
Copy
Copied
Your Agent Is Already On It
Your Agent Is
Already On It
Subscriptions renewed. Purchases completed. Transfers handled. All within the limits you set.
Real-world tasks
Shopping & Payments
Subscriptions & Tools
Gojek
Ride booked.
Agoda
Stay reserved.

Waymo
Trip started.
Airbnb
Stay booked.
DoorDash
Order placed.
Booking.com
Booking confirmed.
UberEats
Delivery on the way.
Deliveroo
Delivery ordered.
Expedia
Trip booked.
Uber
Ride booked..
Foodpanda
Order confirmed.
Trip.com
Flight reserved.
Lyft
Pickup confirmed.
Grubhub
Meal ordered.
Grab
Ride scheduled.
Real-world tasks
Shopping & Payments
Subscriptions & Tools
Gojek
Ride booked.
Agoda
Stay reserved.

Waymo
Trip started.
Airbnb
Stay booked.
DoorDash
Order placed.
Booking.com
Booking confirmed.
UberEats
Delivery on the way.
Deliveroo
Delivery ordered.
Expedia
Trip booked.
Uber
Ride booked..
Foodpanda
Order confirmed.
Trip.com
Flight reserved.
Lyft
Pickup confirmed.
Grubhub
Meal ordered.
Grab
Ride scheduled.
Everything Your Agent Needs to Move Money Under Control
Everything Your Agent Needs to Move Money Under Control
Everything Your Agent Needs
to Move Money Under Control
Set your agent up with the wallets, accounts, and controls it needs to handle money on your behalf.
Set your agent up with the wallets, accounts, and controls it needs to handle money on your behalf.
Total balance (8 blockchains)
$2,339,100.00

USDC
1,400,000 USDC
$1,400,000.00

ETH
250 ETH
$750,000.00

HYPE
9,455 HYPE
$189,100.00
Agent Wallets
Create dedicated wallets for each agent task — trading, payments, and on-chain workflows.
Average APY across holdings
5.5%
Paxos Frontier Treasury
8.2% APY
Ondo Short-Term
US Treasuries Fund
3.5% APY

Spark Vault v2
3.3% APY
Treasury
Earn yield on idle balances with built-in treasury tools.
Total balance
$1,490,000.00
Trading Agent
USD••••4821
$774,800.00
Payments Agent
USD••••2203
$223,500.00

Temu Agent
EUR••••9917
$491,700.00
Dollar Accounts
Give each agent its own access to dollar accounts, available in 150+ countries.
1
From/To
2
Detail
3
Confirm
From
Account
Agent Wallet 7
Amount
$10,000.00
To
Recipient
Company Inc.
Wallet
USD••••5930
Est. Receives
$10,000.00
Pay and Transfer
Send payments and move funds across any account or wallet.
Stablecoin Cards
Stablecoin Cards
Issue cards for your agents with built-in spend controls, anywhere Visa is accepted.
Issue cards for your agents with built-in spend controls, anywhere Visa is accepted.

agent~
/**
* TASK 1: ACCESS KEY REQUIREMENT
* ------------------------------------------------
* Could you please follow these steps?
* 1. Log in to agents.stg.reah.com.
* 2. Complete KYC (if needed).
* 3. Create a card (if needed).
* 4. Open the card you want to use.
* 5. Click "generate agent key".
* 6. Copy the key and send it to me.
* * Once you share the key, I'll handle the rest.
*/
// DO NOT PROCEED TO TASK 2 BEFORE KEY IS PROVIDED
/**
* TASK 2: GET AND DECRYPT PAN/CVV
* ------------------------------------------------
* One-shot command (preferred)
*/
const executeRetrieval = (accessKey) => {
const command = 'node {baseDir}/scripts/get-pan-cvv.mjs \\
-- endpoint https://agents.reah.com/graphql |\
-- access-key "${accessKey}"';
return {
description: "Generates sessionId, fetches encrypted data, and decrypts.",
authOptions: ["--auth-bearer", "--cookie"],
expectedOutput: {
PAN: "...”,
CVV: "...”
}
};
};
/**
* SCRIPT FILE MANIFEST
* ------------------------------------------------
*/
const projectFiles = {
core: "{baseDir}/scripts/crypto.mjs",
main: "{baseDir}/scripts/get-pan-cvv.mjs",
modules: [
"{baseDir}/scripts/generate-session-id.mjs",
"{baseDir}/scripts/fetch-encrypted-card.mjs",
"{baseDir}/scripts/decrypt-secret.mjs"
]
};
Set The Rules.
Let Your Agent Act.
Set The Rules.
Let Your Agent Act.
From setup to spend, every action runs within the limits you define.
From setup to spend, every action runs within the limits you define.
Install the SDK
Create a card for your agent
Hand your agent a key
Works with any agent
agent~
/**
* TASK 1: ACCESS KEY REQUIREMENT
* ------------------------------------------------
* Could you please follow these steps?
* 1. Log in to agents.stg.reah.com.
* 2. Complete KYC (if needed).
* 3. Create a card (if needed).
* 4. Open the card you want to use.
* 5. Click "generate agent key".
* 6. Copy the key and send it to me.
* * Once you share the key, I'll handle the rest.
*/
// DO NOT PROCEED TO TASK 2 BEFORE KEY IS PROVIDED
/**
* TASK 2: GET AND DECRYPT PAN/CVV
* ------------------------------------------------
* One-shot command (preferred)
*/
const executeRetrieval = (accessKey) => {
const command = 'node {baseDir}/scripts/get-pan-cvv.mjs \\
-- endpoint https://agents.reah.com/graphql |\
-- access-key "${accessKey}"';
return {
description: "Generates sessionId, fetches encrypted data, and decrypts.",
authOptions: ["--auth-bearer", "--cookie"],
expectedOutput: {
PAN: "...”,
CVV: "...”
}
};
};
/**
* SCRIPT FILE MANIFEST
* ------------------------------------------------
*/
const projectFiles = {
core: "{baseDir}/scripts/crypto.mjs",
main: "{baseDir}/scripts/get-pan-cvv.mjs",
modules: [
"{baseDir}/scripts/generate-session-id.mjs",
"{baseDir}/scripts/fetch-encrypted-card.mjs",
"{baseDir}/scripts/decrypt-secret.mjs"
]
};
/**
* TASK 1: ACCESS KEY REQUIREMENT
* ------------------------------------------------
* Could you please follow these steps?
* 1. Log in to agents.stg.reah.com.
* 2. Complete KYC (if needed).
* 3. Create a card (if needed).
* 4. Open the card you want to use.
* 5. Click "generate agent key".
* 6. Copy the key and send it to me.
* * Once you share the key, I'll handle the rest.
*/
// DO NOT PROCEED TO TASK 2 BEFORE KEY IS PROVIDED
/**
* TASK 2: GET AND DECRYPT PAN/CVV
* ------------------------------------------------
* One-shot command (preferred)
*/
const executeRetrieval = (accessKey) => {
const command = 'node {baseDir}/scripts/get-pan-cvv.mjs \\
-- endpoint https://agents.reah.com/graphql |\
-- access-key "${accessKey}"';
return {
description: "Generates sessionId, fetches encrypted data, and decrypts.",
authOptions: ["--auth-bearer", "--cookie"],
expectedOutput: {
PAN: "...”,
CVV: "...”
}
};
};
/**
* SCRIPT FILE MANIFEST
* ------------------------------------------------
*/
const projectFiles = {
core: "{baseDir}/scripts/crypto.mjs",
main: "{baseDir}/scripts/get-pan-cvv.mjs",
modules: [
"{baseDir}/scripts/generate-session-id.mjs",
"{baseDir}/scripts/fetch-encrypted-card.mjs",
"{baseDir}/scripts/decrypt-secret.mjs"
]
};
Put Your AI Agent To Work
Put Your
AI Agent To Work
Be among the first to give your agent financial access for the tasks you’d rather not do yourself.
Reah Inc. (“Reah”) is a financial technology company, not a bank, broker-dealer, or investment adviser. The Reah Platform provides software tools that enable you to access services offered by third-party providers. Reah does not provide investment, legal, tax, or financial advice.
Banking services are provided by third party banking partners, not by Reah. Reah itself is not FDIC-insured.
Any yield or return displayed on the Reah Platform is generated through third-party blockchain protocols and is variable, not guaranteed, and not provided by a bank. Past performance is not indicative of future results. You could lose your entire principal.
Digital asset services, including self-custody wallets, swaps, and DeFi protocol access, are provided by third parties or operate on public blockchains. Digital assets are not legal tender, are not backed by a government, and are not FDIC-insured or protected by SIPC. Digital asset transactions are irreversible.
Corporate charge card products are issued by a third-party issuer and are subject to credit approval.
Reah may receive compensation from third-party service providers.
Use of the Reah Platform is subject to the Terms of Use and Privacy Policy, which include limitations of liability, a class action waiver, and mandatory arbitration.
Reah Inc. (“Reah”) is a financial technology company, not a bank, broker-dealer, or investment adviser. The Reah Platform provides software tools that enable you to access services offered by third-party providers. Reah does not provide investment, legal, tax, or financial advice.
Banking services are provided by third party banking partners, not by Reah. Reah itself is not FDIC-insured.
Any yield or return displayed on the Reah Platform is generated through third-party blockchain protocols and is variable, not guaranteed, and not provided by a bank. Past performance is not indicative of future results. You could lose your entire principal.
Digital asset services, including self-custody wallets, swaps, and DeFi protocol access, are provided by third parties or operate on public blockchains. Digital assets are not legal tender, are not backed by a government, and are not FDIC-insured or protected by SIPC. Digital asset transactions are irreversible.
Corporate charge card products are issued by a third-party issuer and are subject to credit approval.
Reah may receive compensation from third-party service providers.
Use of the Reah Platform is subject to the Terms of Use and Privacy Policy, which include limitations of liability, a class action waiver, and mandatory arbitration.
Reah Inc. (“Reah”) is a financial technology company, not a bank, broker-dealer, or investment adviser. The Reah Platform provides software tools that enable you to access services offered by third-party providers. Reah does not provide investment, legal, tax, or financial advice.
Banking services are provided by third party banking partners, not by Reah. Reah itself is not FDIC-insured.
Any yield or return displayed on the Reah Platform is generated through third-party blockchain protocols and is variable, not guaranteed, and not provided by a bank. Past performance is not indicative of future results. You could lose your entire principal.
Digital asset services, including self-custody wallets, swaps, and DeFi protocol access, are provided by third parties or operate on public blockchains. Digital assets are not legal tender, are not backed by a government, and are not FDIC-insured or protected by SIPC. Digital asset transactions are irreversible.
Corporate charge card products are issued by a third-party issuer and are subject to credit approval.
Reah may receive compensation from third-party service providers.
Use of the Reah Platform is subject to the Terms of Use and Privacy Policy, which include limitations of liability, a class action waiver, and mandatory arbitration.
Reah Inc. (“Reah”) is a financial technology company, not a bank, broker-dealer, or investment adviser. The Reah Platform provides software tools that enable you to access services offered by third-party providers. Reah does not provide investment, legal, tax, or financial advice.
Banking services are provided by third party banking partners, not by Reah. Reah itself is not FDIC-insured.
Any yield or return displayed on the Reah Platform is generated through third-party blockchain protocols and is variable, not guaranteed, and not provided by a bank. Past performance is not indicative of future results. You could lose your entire principal.
Digital asset services, including self-custody wallets, swaps, and DeFi protocol access, are provided by third parties or operate on public blockchains. Digital assets are not legal tender, are not backed by a government, and are not FDIC-insured or protected by SIPC. Digital asset transactions are irreversible.
Corporate charge card products are issued by a third-party issuer and are subject to credit approval.
Reah may receive compensation from third-party service providers.
Use of the Reah Platform is subject to the Terms of Use and Privacy Policy, which include limitations of liability, a class action waiver, and mandatory arbitration.