{ "request": { "method": "POST", "url": "https://dashboard.tensordock.com/api/v2/secrets", "headers": { "Authorization": "Bearer YOUR_TOKEN", "Content-Type": "application/json" }, "body": { "data": { "type": "secret", "attributes": { "name": "ops-ed25519", "secret_type": "SSHKEY", "value": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAI..." } } } }, "response": { "status": 201, "body": { "data": { "type": "secret", "id": "sec-2c1de9a5-7f10-4b1f-8e63-5b1e8e5a7d10", "attributes": { "name": "ops-ed25519", "secret_type": "SSHKEY" } } } } }