COMPANY detail

Reah Agentic CARD
Give Your AI Agent Financial Accounts with Real Controls.

/

Card Fallback

ONE COMMAND TO GET STARTED.

$ npx skills add https://github.com/ReahPlatform/skills
Doc

CARD FEATURE OVERVIEW.

CARD NAME
REAH AGENT CARD Badge
DETAILS
SETUP & MONTHLY FEES
?
The cost to maintain the agent's card.
Free
CASHBACK & REWARDS
?
The percentage user earns back on the AI's spending.
0%
FUNDING SOURCE
?
How you loads the money (e.g., Stablecoins, Fiat Credit Line, Crypto Collateral).
Stablecoins
IDENTITY REQUIREMENT
?
What is needed to open the account (e.g., Human KYC, Business KYB, None).
KYC
SPEND LIMITS & CONTROLS
?
Can you set hard daily/monthly dollar caps?
Dynamic
MERCHANT WHITELISTING
?
Can you restrict the AI to only buy from specific websites/categories?
Yes
HUMAN APPROVAL REQUIRED
?
Can it be set to ask you for permission before spending?
YES
SUPPORTED AI FRAMEWORKS
?
Which AI systems it plugs into natively (e.g., LangChain, OpenAI, Claude, Any).
YES
SUPPORTED CURRENCIES
?
The specific coins or fiat the agent is allowed to spend (e.g., USDC, USDT).
USDC, USDT, ETH, HYPE
HARDWARE WALLET SUPPORT
?
Can a physical cold wallet (like Ledger) act as the master override key?
NOT DISCLOSED
REAL-TIME ALERTS
?
Do you get an instant notification/log when the AI swipes?
NOT DISCLOSED
CUSTODY TYPE
?
Who holds the keys (e.g., Self-Custodial, Platform Managed).
Self-Custodial
PAYMENT NETWORK
?
The underlying rail the AI uses to pay (e.g., Visa, Mastercard, Web3 Native).
Visa
GEOGRAPHIC AVAILABILITY
?
Supported region to get the card.
US & LATAM & APAC
Last Updated: Jul 7, 2026

Reah Agent Card turns a collateral-backed payment rail into a programmable AI execution layer. Turnkey securely isolates keys in the background, while Reah’s policy engine and GraphQL API enable autonomous financial workflows.

  • Modular Skills: Add the reah skill to handle sessions, encrypted PAN/CVV retrieval, and secure card payments, enabling multi-step financial logic.
  • Key Isolation: Turnkey’s non-custodial TEE architecture keeps private keys split and never exposes them to the AI. Sensitive access always requires explicit user approval.
  • Programmable Workflows: Use the GraphQL API to automate treasury management, approvals, and spending policies within predefined limits.
  • Unified Ecosystem: Connect to DeFi protocols, 8 blockchains, and Visa’s merchant network through a single policy engine with consistent spending controls.

THE REAL STORY ON THIS CARD.

PROS
[ STRENGTHS ]
  • thumbs-up-fill Fully non-custodial
  • thumbs-up-fill Collateral-backed spending eliminates credit checks and interest charges (0% APR)
  • thumbs-up-fill Agent access key system provides granular, per-transaction human approval capability
  • thumbs-up-fill Multi-key shard architecture provides an emergency override/kill-switch model via user-held private key shards
  • thumbs-up-fill Built-in policy engine with card-level spend controls, merchant restrictions, and category limits
  • thumbs-up-fill GraphQL API enables integration with any AI framework, not just Claude
  • thumbs-up-fill Available in 150+ countries
  • thumbs-up-fill No setup, monthly, or annual fees — free to hold
CONS
[ LIMITATIONS ]
  • thumbs-down-fill Business access still listed as "coming soon" on the public /agents page (may not be GA)
  • thumbs-down-fill 100% collateralization requirement ties up capital — no leverage or credit line available
  • thumbs-down-fill Foreign transaction fees up to 5.5% (2.5% FX + 3% cross-border) for international users
  • thumbs-down-fill Hardware wallet integration (Ledger/Trezor) not documented — key shard model requires Reah-held shard
  • thumbs-down-fill Rate limits and API throttling not publicly disclosed — unclear how many agent requests are supported
  • thumbs-down-fill Banned jurisdictions include Cuba, Iran, North Korea, Russia, Syria, Venezuela, Myanmar, and parts of Ukraine
  • thumbs-down-fill Agent must explicitly confirm key reads per transaction — adds friction to fully autonomous operation

GENERAL QUESTIONS.

The Reah Agent Card is free, no setup fee, no monthly fee, and no annual fee. The only costs are foreign transaction fees: 2.5% per transaction in non-USD currency (US program), or up to 2.5% FX + up to 3% cross-border fee (International program). Spending is collateral-backed: your agent can only spend up to the market value of the crypto/stablecoin collateral you provide, which you retain in your self-custodial wallet at all times. There is no interest (0% APR).

Yes and no. The agent can autonomously execute transactions programmatically via the GraphQL API, but each access key read requires explicit manual human confirmation. This means the human operator must approve each spending session or request, acting as a per-transaction approval gate. There is no "set and forget" fully autonomous mode documented, the access key confirmation is a security requirement, not optional.

Claude is the only confirmed framework with a dedicated SDK integration (via npx skills add https://github.com/ReahPlatform/skills and the .claude-plugin directory in the repo). However, the underlying GraphQL API at agents.reah.com/graphql is framework-agnostic, meaning any AI agent capable of making GraphQL requests (OpenAI, LangChain, custom agents) can integrate with it. The npx skills SDK serves as a Node.js reference implementation that handles session generation, encrypted card data retrieval, and local decryption.