Files
SentryAgent.ai Developer 0d56895fae chore: archive Phase 1 P1 OpenSpec changes
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>
2026-03-28 14:47:12 +00:00

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
  • AgentIdPClient class: 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