Stripe
Where to issue a Stripe secret key and connect it to Nora.Stripe integrations let your agents create charges, manage subscriptions, refund customers, and read transaction history. Nora authenticates with a Bearer secret key.
Where to apply for credentials
Stripe Dashboard — API Keys
1
Pick a key type
- Restricted Key (recommended for production) — pick only the resources the agent needs.
- Standard Secret Key (
sk_live_...) — full access. Easier for dev, dangerous for production.
2
Copy the key
Stripe shows it once. Test mode keys start with
sk_test_.3
(Optional) Webhook secret
For event-driven agents, generate a webhook signing secret under Developers → Webhooks.
Connect in Nora
Paste the secret key. Optionally paste a webhook signing secret. Nora callsGET /v1/balance to verify.
MCP server
Stripe ships an official MCP server:- Package:
@stripe/mcp - Docs: github.com/stripe/agent-toolkit
- Env:
STRIPE_SECRET_KEY(which Nora injects).

