Aegis

Aegis Workspace

Developer

Checking session...
AegisAegis Developer Portal

Developer Search

Press ⌘K or Ctrl+K to jump through guides and API endpoint docs.

Quickstarts

Persona Quickstarts

Start with the path that matches your team. Each quickstart focuses on getting a working integration with clear auth, request, and validation steps.

Web App Team

  1. Integrate Firebase Auth and pass bearer tokens to API calls.
  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 usage in your app code.
  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. Request only the API operations needed for your workflow.
  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 approval 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