Matter Docs
Changelog
Dated, additive-within-a-major releases. 2026-05-01 is the first cut. Future dated releases land here as they ship.
Last updated
TL;DR. This is the GA launch — 2026-05-01 is the only dated release.
Subsequent releases will land here additively. See the
versioning policy for how dated minors and
URL majors interact, and the
migration-guide template for the shape
every per-release guide follows.
2026-05-01 · current
Initial GA release of the Matter API at https://api.mattermode.com/v1.
Added — Entity formation.
POST /v1/entitiesfor Delaware (US-DE), California (US-CA), Texas (US-TX), and Wyoming (US-WY) C-Corps and LLCs. Async by default: returns202 Acceptedwith a draft entity; subscribe toentity.state_changedfor the rest of the cascade.Added — Declarative
Intentresolution.POST /v1/intentsresolves jurisdiction-agnostic outcomes into concrete Execution Plans.dry_run: truefor preview.Added — Equity primitives:
ShareClass,EquityPlan,Grant,Valuation,ShareLedgerEntry. Computed viewCapTableatGET /v1/entities/{id}/cap_table.Added — Filings, Documents, Resolutions, Signing Envelopes, Mail. Full lifecycle from formation through dissolution.
Added —
Portfolioresource (pf_) for multi-tenant accounts. Multi-tenancy lives in the URL path, not in a header.Added — Bearer-token authentication.
sk_live_/sk_test_for server-side;pk_live_/pk_test_for client-safe reads. Scoped agent tokens (tok_) with the four-tier authorization framework.Added —
Matter-Version: YYYY-MM-DDheader required on every request. Keys and tokens pin at creation — no auto-pin.Added — RFC 7807
application/problem+jsonerror envelope across every non-2xx response, with stablecodeandrequest_id.Added —
Idempotency-Keyon every state-mutating route. 24-hour replay, token-scoped.Added — Cursor pagination on every list endpoint:
limit/starting_after/ending_before, envelope{object: "list", data, has_more, url}.Added —
?expand[]=...with dot-notation, max depth 4. Inline related resources without follow-up requests.Added — Webhooks.
WebhookEndpointresource (whe_), HMAC-SHA256 signing onMatter-Signature, strict per-entity event ordering viasequence, retries with exponential backoff over 72 hours.Added — Test mode.
sk_test_keys run an isolated ledger with controllable timelines viaX-Matter-Test-Speed: real | fast | instant.Added — Test clocks.
POST /v1/test-clocks+/advanceto fast-forward time inside test mode for deadline-driven logic.Added —
IncorporatorReceiptresource (rcp_) — cryptographically signed birth proof for every formation, verifiable offline.Added —
AuditEntryresource (aud_). Every state transition is externally queryable viaGET /v1/entities/{id}/audit.Added —
Compliancecomputed view atGET /v1/entities/{id}/compliance— health rollup across filings, franchise tax, BOI, and foreign qualifications.Added — Hosted sessions for KYC and e-signature collection (
POST /v1/hosted-sessions).Added —
GET /v1/api_versionsdiscovery endpoint. Returns the canonical version registry — every major and its dated minor releases.Added — MCP server at
mcp.mattermode.com. Tool catalog generated from this spec; tier-filtered at connect time.