Skip to main content
HEVN logo

HEVN

Lets an agent operate a HEVN fintech account - read balances and transactions, manage contacts, send invoices, run contracts, issue and control cards, and move money.

What it can do

AreaMethodsWhat it does
Accounthevn_current_user, hevn_balance, hevn_update_profile, hevn_list_transactionsRead who you are, balances and the transaction feed; update the profile.
KYChevn_kyc_link, hevn_kyc_status, hevn_card_kyc_linkGet a hosted KYC link and check verification status.
Contactshevn_list_contacts, hevn_create_contact, hevn_update_contact, hevn_delete_contact, hevn_validate_bankManage payees and validate their bank details.
Invoiceshevn_list_invoices, hevn_get_invoice, hevn_create_invoice, hevn_create_uploaded_invoice, hevn_update_invoice, hevn_create_invoice_from_contract, hevn_batch_invoicingCreate, upload, update and batch-send invoices.
Contractshevn_list_contracts, hevn_get_contract, hevn_preview_contract, hevn_list_contract_templates, hevn_create_contract, hevn_update_contract, hevn_pause_contract, hevn_approve_contract, hevn_update_contract_payment_methods, hevn_delete_contractDraft, preview, approve, pause and manage recurring contracts.
Documentshevn_upload_documentAttach supporting files.
Banks & pay-inshevn_list_banks, hevn_activate_banks, hevn_payin_quote, hevn_bank_payin_quote, hevn_submit_bank_payin_quote, hevn_payout_quoteConnect banks and quote/submit pay-ins and payouts.
Cardshevn_list_cards, hevn_create_card, hevn_get_card, hevn_update_card_label, hevn_update_card_limit, hevn_freeze_card, hevn_unfreeze_card, hevn_pre_approve_cardsIssue and control virtual cards (label, limit, freeze).
Transfershevn_app_me, hevn_mcp_balance, hevn_mcp_list_transfers, hevn_mcp_transferMove money between accounts; fiat payout is two-step (hevn_payout_quotehevn_mcp_transfer with the quoteId).
Public (no auth)hevn_rate, hevn_public_invoiceFX rate lookup and reading a shared public invoice.
Card numbers

Reading full card PAN/CVV is intentionally not exposed - it requires a message-signing flow HEVN guards separately.

How to get credentials

HEVN uses a single API key, not OAuth - one key authenticates everything, including transfers (the server derives your app from the key).

  1. Sign in at app.gethevn.com.
  2. Open Settings → API keys (or run hevn login in the HEVN CLI).
  3. Copy your API key - that is all you need.

Fields to fill in FlyMyAI

FlyMyAI fieldRequiredWhere it comes from
HEVN_API_KEYyesSettings → API keys (one key for everything, transfers included)

Troubleshooting

  • 401 / unauthorized - the HEVN_API_KEY is missing or wrong. Re-copy it from Settings → API keys.
  • Transfers fail with a permission error - your HEVN_API_KEY lacks the transfer scope or spend limit; run hevn_app_me to inspect the key's scope and limits under Settings → API keys.
  • A fiat payout is rejected - it's two-step: call hevn_payout_quote first, then hevn_mcp_transfer with the returned quoteId.
We love our partners - FlyMy.AI builds with the best. Thanks, HEVN!