Create ActorTool to create a new actor with specified configuration.
Create DatasetTool to create a new dataset.
Create Actor TaskTool to create a new actor task with specified settings.
Create Task WebhookTool to create a webhook for an actor task.
Delete ActorTool to delete an actor permanently.
Delete WebhookTool to delete a webhook by its id.
Get Actor DetailsTool to get details of a specific actor.
Get all webhooksTool to get a list of all webhooks created by the user.
Get dataset itemsTool to retrieve items from a dataset.
Get Default BuildTool to get the default build for an actor.
Get Key-Value RecordTool to retrieve a record from a key-value store.
Get list of buildsTool to get a list of builds for a specific actor.
Get list of runsTool to get a list of runs for a specific actor.
Get list of task runsTool to get a list of runs for a specific actor task.
Get list of tasksTool to fetch a paginated list of tasks belonging to the authenticated user.
Get list of task webhooksTool to get a list of webhooks for a specific actor task.
Get logTool to retrieve logs for a specific actor run or build.
Get OpenAPI DefinitionTool to get the openapi definition for a specific actor build.
Get Task InputTool to retrieve the input configuration of a specific task.
Resurrect RunTool to resurrect a finished actor run.
Run Actor AsynchronouslyTool to run a specific actor asynchronously.
Run Actor SyncTool to run a specific actor synchronously with input and return its output record.
Run Actor Sync & Get Dataset ItemsTool to run an actor synchronously and retrieve its dataset items.
Run Task AsynchronouslyTool to run a specific actor task asynchronously.
Store Data in DatasetTool to store data items in a dataset.
Store Data in Key-Value StoreTool to create or update a record in a key-value store.
Update Key-Value StoreTool to update a key-value store's properties.
Update Task InputTool to update the input configuration of a specific actor task.