OpenAgentID documentation
Source referencesPackage entries

@openagentid/arsenal-sdk (TypeScript)

Arsenal agent-side SDK: Agent Capability Tokens (ACT), scoped credential proxy, broker client, policy engine.

Purpose

Arsenal agent-side SDK: Agent Capability Tokens (ACT), scoped credential proxy, broker client, policy engine.

Read the arsenal credentials guide.

Source contract

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

Manifest SHA-256: 796fa0ebe610d74eedae73fffe388dea57a4cca9f7a28e16d8d6690dd8192c24. 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",
    "require": "./dist/index.cjs"
  },
  "./core": {
    "types": "./dist/core/index.d.ts",
    "import": "./dist/core/index.js",
    "require": "./dist/core/index.cjs"
  },
  "./policy": {
    "types": "./dist/policy/index.d.ts",
    "import": "./dist/policy/index.js",
    "require": "./dist/policy/index.cjs"
  },
  "./broker": {
    "types": "./dist/broker/index.d.ts",
    "import": "./dist/broker/index.js",
    "require": "./dist/broker/index.cjs"
  },
  "./crypto": {
    "types": "./dist/crypto/index.d.ts",
    "import": "./dist/crypto/index.js",
    "require": "./dist/crypto/index.cjs"
  }
}

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.

arsenal/sdks/typescript/src/index.ts

Source SHA-256: 5c051c019750f7db93f82c8bf7fa0898d5aece7758429168243df58d839f745a.

export * from "./core/index.js";
export * from "./policy/index.js";
export * from "./broker/index.js";
export * from "./sdk/index.js";
export const VERSION = "0.1.0";

Exported API signatures

Read resolved TypeScript exports and source documentation.

On this page