systemprompt-identifiers 0.4.0

Typed newtype identifiers (UserId, TraceId, AgentId, McpServerId…) for systemprompt.io AI governance infrastructure. Enforces type-safe IDs across every boundary in the MCP governance pipeline.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod api_key;
mod cloud_token;
mod device_cert;
mod jwt_token;
mod session_token;

pub use api_key::{ApiKeyId, ApiKeySecret};
pub use cloud_token::CloudAuthToken;
pub use device_cert::DeviceCertId;
pub use jwt_token::JwtToken;
pub use session_token::SessionToken;