systemprompt-identifiers 0.13.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
//! Typed identifiers for the gateway boot config — providers, models, routes,
//! and named references into the access-control and secrets stores.

crate::define_id!(ProviderId);
crate::define_id!(ModelId);
crate::define_id!(RouteId);
crate::define_id!(DepartmentName);
crate::define_id!(SecretName);