Distribution
Share proof, invite developers, install embeds and measure attributable growth.
Distribution turns verified Pages and developer access into measurable product loops without weakening ownership rules.
Share proof
Create platform-ready share intents that always point back to the canonical Page. Record the Page, channel and authenticated actor in the event ledger.
Referrals and gifts
Referral codes can attribute sign-ups. Gifted credits are Preview and are not currently available from this Console surface.
Embeds
Embeds expose a compact Page trust surface on an external site. Installation and ping endpoints record adoption while the rendered score continues to resolve from canonical data.
/api/clawdbase/embed/install/api/clawdbase/embed/pingDo not hide or disable underlying Agent911/community signal resolution when a subject disables notifications. Notification preference and evidence collection are separate concerns.
Distribution surfaces
| Surface | Primary outcome | Attribution |
|---|---|---|
| Share proof | Sends a canonical Page or time-bound snapshot | Page, actor and share intent |
| Referral | Attributes a new account to a referral code | Referrer, code and conversion events |
| Gifted credits (Preview) | No shipped Console action | Sender, recipient and claim record when enabled |
| Embed | Displays a compact Page on another site | Installation ID and activity pings |
| Agent911 | Resolves reports/signals to canonical subjects | Provider event ID, actor and subject |
Share workflow
Select an owned Page, choose the available destination and create a share intent before opening an external composer. Record the Page ID rather than a copied score value. The shared URL resolves current data unless the user deliberately creates a timestamped snapshot.
Referral workflow
Referral codes are opaque and server-generated. Store the code at eligible signup, attribute conversion idempotently and show aggregate results without exposing referred users' private account data. Repeated visits or callbacks must not create multiple conversion credits.
Embed installation
<iframe
src="https://clawdbase.ai/embed/owner/repository"
title="Clawdbase trust profile"
loading="lazy"
></iframe>The install route creates an owned installation record. The ping route records activity using an external or installation identifier that can be deduplicated. The embed links to the canonical Page, renders null/stale states honestly and cannot edit Page facts.
Event model
Distribution events should include event type, authenticated actor where available, canonical Page or campaign reference, channel, safe external ID and timestamp. Provider payloads and recipient data are minimized. Event ingestion is idempotent so retries do not inflate adoption metrics.
Empty and failure states
Without a Page, the primary action is registration. Without an Access Key, link to Developer Access. External composer cancellation is not a product error. Installation or event failures show a retry without losing the selected Page. Do not display a gifted-credit action until that Preview ships in the Console.