Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Per-user virtual cards.
naive.forUser(id)
await naive.forUser(alice.id).cards.create({ spending_limit_cents: 25000 }); await naive.forUser(alice.id).cards.list(); await naive.forUser(alice.id).cards.get(cardId);
cards