How issuance works
When you issue a KIT, Keydris generates a single-use bootstrap key. The agent exchanges that key once at the authorization webhook to complete authorization. The key is revealed a single time at issuance and consumed when the agent authorizes. Keydris stores only a reference to the token, never the raw bearer secret, so the plaintext value cannot be retrieved again.The credential lifecycle
Each KIT is scoped to its work and does not outlive it. In the audit trail you can replay the full lifecycle of an ephemeral credential kit:Used
The agent performs its action against a target resource. Keydris records whether the action was allowed or blocked.
Expiration and revocation
A KIT carries an expiration you choose at issuance, such as 30, 90, or 365 days, or no expiry. Expired and revoked keys stop authorizing requests immediately. An agent must obtain a fresh KIT to continue. You can monitor upcoming expirations from the Key Management dashboard and rotate or revoke a key at any time.Related
Issue a KIT
Step-by-step issuance from the console.
Key Management
Track, rotate, and revoke agent credentials.