OpenAgentID documentation
Source referencesPackage entries

@openagentid/aegis-sdk (TypeScript)

AEGIS — Identity verification and authorization framework built on OAS

Purpose

AEGIS — Identity verification and authorization framework built on OAS

Read the aegis verification guide.

Source contract

FieldValue
Package@openagentid/aegis-sdk
Version0.1.1
LanguageTypeScript
Runtime floor{'node': '>=20'}
Manifestaegis/sdks/typescript/package.json
DistributionSource package; registry publication not verified

Manifest SHA-256: 42125a1f52bd88c60815e937532c03861815254602b335845010294056487482. The recorded Git revision identifies the containing repository; the manifest and entry-point hashes identify this working-tree snapshot.

Integration

Use the package root above from an authorized source checkout. Preserve sibling dependencies and their version/feature requirements. Install the runtime and compile the selected package before using its generated artifacts. The task guide describes configuration, trust boundaries, and error behavior. Test/conformance and deployment packages are supporting tools, not interchangeable production identity providers.

Declared package subpaths

{
  ".": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.js"
  },
  "./core": {
    "types": "./dist/core/index.d.ts",
    "import": "./dist/core/index.js"
  },
  "./verify": {
    "types": "./dist/verify/index.d.ts",
    "import": "./dist/verify/index.js"
  },
  "./keys": {
    "types": "./dist/keys/index.d.ts",
    "import": "./dist/keys/index.js"
  },
  "./auth": {
    "types": "./dist/auth/index.d.ts",
    "import": "./dist/auth/index.js"
  },
  "./policy": {
    "types": "./dist/policy/index.d.ts",
    "import": "./dist/policy/index.js"
  },
  "./delegate": {
    "types": "./dist/delegate/index.d.ts",
    "import": "./dist/delegate/index.js"
  },
  "./wallet": {
    "types": "./dist/wallet/index.d.ts",
    "import": "./dist/wallet/index.js"
  }
}

Exported entry points

The declarations below are extracted from the named entry files. This is a navigable source reference, not compiler-generated documentation of every transitive module. Feature gates and runtime requirements still apply. Private implementation files are not promoted to public APIs merely because they contain a public declaration.

aegis/sdks/typescript/src/index.ts

Source SHA-256: 21606ecebf9066f5920a6b1af6f731d64906d7e6c42e8f0d2b997a28a97dbda2.

export * from "./core/index.js";
export * from "./verify/index.js";
export * from "./keys/index.js";
export * from "./auth/index.js";
export * from "./policy/index.js";
export * from "./delegate/index.js";
export * from "./wallet/index.js";
export * from "./sdk/index.js";

Exported API signatures

Read resolved TypeScript exports and source documentation.

On this page