Create Team Secret
Creates a new secret for the given agent.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
slug
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.
Errors
422
Unprocessable Entity Error