Platform
Developers
Build on the same edge API that powers Huminity surfaces. This page is the B2C / indie hacker entry point. If you are shipping for an enterprise org (SCIM, audit exports, partner contracts), use business.huminity.io/developers instead. Public job browse and recruiter demos live on jobs.huminity.io.
Edge API
All traffic goes through api.huminity.io (prod) and api-dev.huminity.io (dev). Authenticated calls use first-party
cookies scoped to .huminity.io per the security constitution.
- Public read: graph nodes, search, community read paths where exposed
- Writes: session + capability scopes; rate limits by trust tier (see platform contracts RFC)
SDKs
TypeScript-first client packages ship from this monorepo as the API stabilizes. Until published
npm names are frozen, treat the OpenAPI / typed route list in packages/domains as the source of truth.
Webhooks
Inbound webhooks (e.g. Stripe, signed email) terminate at the gateway with documented signing headers. Subscriber endpoints for outbound events are on the roadmap; dedupe by delivery id when they land.
Further reading
- Contracts:
docs/09-platform-contracts/01-api-and-sdk.md - Public evidence: /sources