Files
fusion/.changeset/fn-1119-agent-api-keys.md
gsxdsm 51152a7b59 feat(FN-1119): add agent API key management APIs
- Add AgentApiKey and AgentApiKeyCreateResult types and export them from @fusion/core
- Implement AgentStore API key create/list/revoke methods with SHA-256 token hashing and JSONL persistence
- Add comprehensive AgentStore coverage for CRUD behavior, revocation semantics, persistence, and concurrent key creation
- Add dashboard routes and API tests for POST/GET/DELETE agent key endpoints with 404/validation handling
- Add a minor @gsxdsm/fusion changeset for the new agent API key feature
2026-04-07 23:32:26 -07:00

144 B

@gsxdsm/fusion
@gsxdsm/fusion
minor

Add agent API key management with hashed token storage and dashboard routes for create/list/revoke operations.