Request
Authenticated with the agent’s current bootstrap token.
{
"action": "rotate-token"
}
Response
{
"bootstrap_token": "bt_new...",
"expires_at": "2026-06-28T07:00:00Z"
}
The previous token is invalidated immediately. Store the new token before making further API calls.
The CelerFlow plugin handles token rotation automatically. You only need this if integrating directly via the API.