@belticlabs/kya-core
v1.3.3
Published
Core types, errors, and utilities for Beltic credential handling
Readme
@belticlabs/kya-core
Core types, errors, and utilities for Beltic credential handling.
Installation
npm install @belticlabs/kya-coreUsage
import type { AgentCredential, DeveloperCredential } from '@belticlabs/kya-core';
import { validateAgentCredential, ValidationError } from '@belticlabs/kya-core';What's Included
- TypeScript types for credentials and tokens
- JSON Schema validators
- Error types and utilities
- Shared constants
When to Use
Use @belticlabs/kya-core for:
- Custom integrations requiring only types
- Building extensions to the SDK
- Type-safe credential handling
For most applications, use @belticlabs/kya instead.
Documentation
See the full documentation at kya-docs.beltic.app
License
MIT
