Files
sentryagent-idp/openspec/changes/archive/2026-03-28-nodejs-sdk/specs/services/spec.md
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

488 B

ADDED Requirements

Requirement: All 14 endpoints are wrapped as typed SDK methods

The SDK SHALL expose typed methods for all 14 AgentIdP endpoints across four service namespaces: agents (5 methods), credentials (4 methods), token (3 methods), audit (2 methods).

Requirement: All errors are typed AgentIdPError instances

The SDK SHALL throw AgentIdPError with code, message, httpStatus, and optional details for all API errors. Never throw raw fetch errors.