Skip to main content
Available on the root (default user) and 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);
Gated by the cards primitive in the user’s AccountKit.