Archive dockerfile, agntcy-alignment-docs, and nodejs-sdk changes now that implementation is complete and pushed to develop. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
751 B
751 B
Why
Bedroom developers currently must write raw HTTP calls to use AgentIdP. A Node.js SDK removes that friction — developers install one package and get a fully typed, auto-authenticating client. This is a Phase 1 P1 deliverable and a core developer experience improvement.
What Changes
- New
sdk/directory at project root containing a self-contained TypeScript npm package AgentIdPClientclass: handles auth, token refresh, and exposes typed methods for all 14 endpoints- Covers all four services: AgentRegistry, Credentials, Token, AuditLog
- Full TypeScript types — zero
any, strict mode - Published as
@sentryagent/idp-sdk(package name)
What Does Not Change
- No API changes
- No changes to the main application source