v2

latestOpenAPI 3.0.02026-08-0688139156.5 KB
Agents

Add agent passphrase

post/v1/agent/{agent_id}/passphrase

Path parameters

agent_idstring required

ID of an agent

Example:a_0123456789ab

Request body

namestring required
passphrasestring required

Response

OK

agent_passphrase_idstring

ID of an agent passphrase

namestring required

Friendly name to help remember which passphrase this is.

passphrasestring

Your secret passphrase that secures the agent's data.

Example response

{
  "agent_passphrase_id": "ape_0123456789ab"
}