identity
이 콘텐츠는 아직 번역되지 않았습니다.
identity
Section titled “identity”Preamble: the machine instance key — which stored instance this run addresses
Translations
Section titled “Translations”- en: identity
- de: Identität / Identitaet
- es: identidad
- fr: identité / identite
- ja: 識別子
- ko: 식별자
- zh: 标识
Example — Identity, pricing and building blocks
Section titled “Example — Identity, pricing and building blocks”A paid helper: says who it belongs to, what it needs to run, what it costs per plan, and composes shared governance from a published kit.
machine premium_helper "Premium Helper" has agency identity input.user_id requires mashin "0.70.0" uses "@mashin/actions/http" { get } defines cap_items(items) => items.take(10) accepts user_id as text, is required question as text, is required responds with result as text behaves compute go {result: "ok"} economics pricing: subscription currency: usd tiers starter price: 29/month limit: 1000 calls pro price: 99/month ensures includes "@kits/gaas/governance" verifies test "answers a paid question" given {user_id: "u_42", question: "hi"} expect {result: "ok"}