Hetzner
Connector for the hetzner API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.hetzner.cloud/v1 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_actions— GET /actions — Get all Actionsget_actions_id— GET /actions/{id} — Get an Actionget_certificates— GET /certificates — Get all Certificatesget_certificates_id— GET /certificates/{id} — Get a Certificateget_certificates_id_actions— GET /certificates/{id}/actions — Get all Actions for a Certificateget_certificates_id_actions_action_id— GET /certificates/{id}/actions/{action_id} — Get an Action for a Certificate
Inputs
apiKey— your hetzner API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_actions
apiKey: <your key>