cURL
curl --request POST \ --url https://ageneral.ai/v1/nodes/{id}/ssh-cert \ --header 'Authorization: Bearer <token>'
{ "certificate": "<string>", "privateKey": "<string>" }
Session JWT or node identity token where applicable. Send as Authorization: Bearer <token>.
Authorization: Bearer <token>
Success