# Handinger ## Docs - [Authentication](/guides/authentication/index.md): Authenticate with the Handinger API using a bearer API key. - [Quickstart](/guides/quickstart/index.md): Install an SDK, create your first worker, and run a task in a few minutes. - [Tasks](/guides/tasks/index.md): Run, stream, and continue tasks against a Handinger worker. - [Workers](/guides/workers/index.md): Create, update, and delete reusable Handinger worker templates. - [Handinger API](/index.md): Build, run, and continue Handinger agent workers from your own code. ## API Reference Links below point to language-neutral HTTP documentation. SDK-specific docs follow the same URL structure with the language inserted after the base path: `/api/{language}/resources/...`. Available languages: http, typescript, python, go, ruby, cli ### [Workers](/api/resources/workers/index.md) - [Create](/api/resources/workers/methods/create/index.md): Create a worker template - [Retrieve](/api/resources/workers/methods/retrieve/index.md): Retrieve a worker - [Update](/api/resources/workers/methods/update/index.md): Update a worker template - [Delete](/api/resources/workers/methods/delete/index.md): Delete a worker template - [Retrieve Email](/api/resources/workers/methods/retrieve_email/index.md): Retrieve a worker email address - [Schedules](/api/resources/workers/subresources/schedules/index.md) - [List](/api/resources/workers/subresources/schedules/methods/list/index.md): List worker schedules - [Create](/api/resources/workers/subresources/schedules/methods/create/index.md): Create a worker schedule - [Cancel](/api/resources/workers/subresources/schedules/methods/cancel/index.md): Cancel a worker schedule - [Webhooks](/api/resources/workers/subresources/webhooks/index.md) - [Retrieve](/api/resources/workers/subresources/webhooks/methods/retrieve/index.md): Retrieve a worker webhook - [Update](/api/resources/workers/subresources/webhooks/methods/update/index.md): Update a worker webhook - [Delete](/api/resources/workers/subresources/webhooks/methods/delete/index.md): Delete a worker webhook - [Regenerate Token](/api/resources/workers/subresources/webhooks/methods/regenerate_token/index.md): Regenerate a worker webhook token - [List Executions](/api/resources/workers/subresources/webhooks/methods/list_executions/index.md): List worker webhook executions ### [Tasks](/api/resources/tasks/index.md) - [Create](/api/resources/tasks/methods/create/index.md): Create a task - [Retrieve](/api/resources/tasks/methods/retrieve/index.md): Retrieve a task - [List Turns](/api/resources/tasks/methods/list_turns/index.md): List task turns - [Delete](/api/resources/tasks/methods/delete/index.md): Archive a task