AegisAegis Developer Portal

Developer Search

Press ⌘K or Ctrl+K to jump through guides and public API docs for user-owned master key and scoped credential flows.

Quickstarts

Persona Quickstarts

Start with the path that matches your team. Each quickstart assumes least-privilege scopes, short-lived tokens, auditable credential brokerage, and a user-owned master key model.

Web App Team

  1. Integrate Firebase Auth and pass bearer tokens to public APIs.
  2. Derive vault key material locally so plaintext master keys never leave user devices.
  3. Use `/developer/api` for request/response contracts.
  4. Add typed TypeScript client from generated Connect stubs.
  5. Validate with usage-pattern checks before production rollout.
Open Auth Onboarding

MCP Broker Team

  1. Use OAuth device flow (Begin -> user approve -> Exchange) for local login.
  2. Avoid static API keys; keep short-lived broker token in memory only.
  3. Issue selector-scoped credential grants for explicit app/account targets.
  4. Create/redeem/revoke leases using sender-constrained proofs.
  5. Keep local decrypt capability in MCP boundary only; platform-side operations stay ciphertext-oriented.
Open MCP Setup

Platform Admin Team

  1. Set org policy and scope boundaries for broker usage.
  2. Track deprecations and release notes on every upgrade.
  3. Review error trends, limits, and support escalation paths.
  4. Run sandbox rehearsals before enabling new capabilities.
Open Changelog

Recommended Sequence

  1. Auth Onboarding
  2. API Explorer + SDKs
  3. Runnable Examples
  4. Error Catalog + Limits
  5. Sandbox Validation + Broker Console