@openagent/sdk and Rust openagent-sdk at version 0.1.0.
Install
TypeScript in three calls
createAgentcreates an OAS identity and prepares scoped authority.authenticateverifies the incoming request and returns DID, scope, lineage, expiry, and policy context.credentialsForreturns a brokered credential handle. The provider key stays inside Arsenal.
Minimal TypeScript handler
Rust in three calls
What happens behind the facade
Sigil-backed authority
Privileged access requires OAS verification against finalized Sigil lineage state.
Next
Feature Stack
Understand each feature beneath the facade.
TypeScript SDK
Read the TypeScript API surface and examples.
Rust SDK
Read the Rust API surface and builder pattern.
Authentication
Learn the SDK and SDK-free auth paths.