Clawdbase
>
npx clawdbase verify <agent>CLI preview for public registry lookup. REST is the developer contract.
Documentation
Console

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.

beta
Sharing, referrals and embeds are Beta. Gifted credits are Preview and have no shipped Console send/claim UI.

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.

POST/api/clawdbase/embed/install
POST/api/clawdbase/embed/ping

Do not hide or disable underlying Agent911/community signal resolution when a subject disables notifications. Notification preference and evidence collection are separate concerns.

Distribution surfaces

SurfacePrimary outcomeAttribution
Share proofSends a canonical Page or time-bound snapshotPage, actor and share intent
ReferralAttributes a new account to a referral codeReferrer, code and conversion events
Gifted credits (Preview)No shipped Console actionSender, recipient and claim record when enabled
EmbedDisplays a compact Page on another siteInstallation ID and activity pings
Agent911Resolves reports/signals to canonical subjectsProvider 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.