STORED PROVIDER KEYSEnvelope-encrypted before storage
A provider API key is sent to the gateway over HTTPS. The gateway creates a random data key, encrypts the provider key with AES-256-GCM, and stores a wrapped data key with the ciphertext.
Boundary detail
The stored envelope requires the separately configured 256-bit master key. One Conductor does not claim that the active implementation uses a managed KMS.
AUTHENTICATED REQUESTSCookie sessions and exact-origin checks
Signed-in API routes use an HttpOnly session cookie. Production cookies are Secure, SameSite=Lax, and host-only. State-changing browser requests must come from an exactly allowed origin.
Boundary detail
The production gateway refuses an empty or wildcard browser-origin configuration. CORS reflects only an exact configured origin and never combines credentials with a wildcard.
OWNERSHIPRecords are checked against the signed-in user
Provider connections, conversations, Council sessions, Missions, and related records are loaded through the authenticated user identity and checked for ownership before protected operations.
Boundary detail
This is an application authorization boundary, not a claim that every possible infrastructure compromise or implementation defect is impossible.
OPERATIONAL RECORDSSelected events and metered work are recorded
One Conductor records named account events and metered execution data used by current product surfaces.
Boundary detail
The current source does not establish a complete, immutable, user-facing record for every attempted provider call. No such claim is made.