YammetYAMMETTECH
Company
Products
Industries
Defense Technology
Cybersecurity
Fintech
Cloud
Government
Developers
Careers
Contact
Client PortalTalk to Sales
YammetYAMMETTECH

Build. Connect. Secure. Scale.

Yammet builds secure digital platforms, financial technology, social applications, cloud infrastructure, cybersecurity systems, enterprise software and mission-critical digital solutions for businesses, institutions and governments.

Company

  • About
  • Leadership
  • Careers
  • News
  • Contact

Solutions

  • Government
  • Banking
  • Cybersecurity
  • Defense
  • Enterprise
  • AI

Development

  • Websites
  • Mobile Apps
  • Desktop Apps
  • Enterprise Software

Cloud

  • Hosting
  • VPS
  • Dedicated Servers
  • Storage
  • CDN & Edge
  • Managed Cloud

Products

  • Yammet Social
  • Yammet Wallet
  • Yammet Cloud
  • Yammet Cyber
  • Yammet Defense
  • Yammet AI

Developers

  • APIs
  • Documentation
  • Sandbox
  • Developer Portal

Legal

  • Privacy
  • Terms
  • Cookies
  • Security
  • Compliance
  • Responsible Disclosure
© 2026 Yammet Tech. All rights reserved.No fake customers. No fake certifications. Products in flight are labeled.
HomeProductsCloudContact
Coming Soon

Developer portal

APIs, SDKs, sandbox and status.

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.

Request developer accessCloud console preview
YD

Yammet Developer Portal

Preview · not live credentials

sandbox.yammet.techRequest access

Ship on Yammet rails.

Keys, webhooks, sandboxes and OpenAPI specs — designed for Social, Wallet, Cloud, Cyber and authorized Defense tenants. Surfaces below are product concepts until public launch.

API keys & scoped secrets
OAuth2 / OIDC apps
Webhook signing
Sandbox tenants
OpenAPI specs
Status page
Usage meters
Rate-limit dashboards
CLI (planned)
Terraform provider (roadmap)
GraphQL gateway (planned)
Event bus subscriptions
quickstart.ts
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);

API surface

Identity API

Coming Soon

/v1/identity

Users, sessions, MFA and org tenants.

Wallet API

In Development

/v1/wallet

Balances, transfers, payouts and webhooks.

Social API

In Development

/v1/social

Feeds, media, live and messaging primitives.

Cloud API

Infrastructure Roadmap

/v1/cloud

Instances, DNS, storage buckets and CDN.

Cyber API

In Development

/v1/cyber

Alerts, findings and response playbooks.

Defense API

In Development

/v1/defense

Tracks, zones, incidents — authorized tenants only.

SDKs

  • JavaScript / TypeScript
  • Python
  • Go
  • Dart / Flutter
  • Kotlin
  • Swift

Documentation

Quickstart

Create a sandbox key and call Hello Yammet.

Auth & tenancy

Org model, roles and machine credentials.

Webhooks

Retry policy, signatures and idempotency.

Errors

Canonical error codes and recovery patterns.

Changelog

Versioned API release notes.

Security

Responsible disclosure and key rotation.

Portal capabilities

  • API keys & scoped secrets
  • OAuth2 / OIDC apps
  • Webhook signing
  • Sandbox tenants
  • OpenAPI specs
  • Status page
  • Usage meters
  • Rate-limit dashboards
  • CLI (planned)
  • Terraform provider (roadmap)
  • GraphQL gateway (planned)
  • Event bus subscriptions