Quickstart
Create a sandbox key and call Hello Yammet.
Developer portal
A full developer experience preview: Identity, Wallet, Social, Cloud, Cyber and authorized Defense APIs — with docs, webhooks and sandbox patterns. Public credentials are not live yet.
Yammet Developer Portal
Preview · not live credentials
Keys, webhooks, sandboxes and OpenAPI specs — designed for Social, Wallet, Cloud, Cyber and authorized Defense tenants. Surfaces below are product concepts until public launch.
import { Yammet } from "@yammet/sdk";
const y = new Yammet({
apiKey: process.env.YAMMET_KEY!,
env: "sandbox",
});
const me = await y.identity.me();
console.log(me.orgId);/v1/identity
Users, sessions, MFA and org tenants.
/v1/wallet
Balances, transfers, payouts and webhooks.
/v1/social
Feeds, media, live and messaging primitives.
/v1/cloud
Instances, DNS, storage buckets and CDN.
/v1/cyber
Alerts, findings and response playbooks.
/v1/defense
Tracks, zones, incidents — authorized tenants only.
Create a sandbox key and call Hello Yammet.
Org model, roles and machine credentials.
Retry policy, signatures and idempotency.
Canonical error codes and recovery patterns.
Versioned API release notes.
Responsible disclosure and key rotation.