Create User Secret
Creates a new secret for the given agent.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Query parameters
no_cache
Request
This endpoint expects an object.
address
Address of the agent associated with this secret.
name
Identifier for the secret; must be a valid Python identifier.
secret
Sensitive data to be stored securely.
Response
Successful Response
name
Name of the secret.
secret
Masked secret value.
timestamp
Timestamp of creation.