Apify
for LuumenAI

Check Actor runs and builds, then rerun or abort them with approval

Connect Apify and Luumen can read your Actors, tasks, runs, and build logs the way you would in the console. Ask why last night's scrape came back short, pull the build log for a failed version, or check what the last task run produced. When something needs to change — rerunning a task, aborting a stuck run, rebuilding an Actor — Luumen shows the call first and waits for your approval.

The Apify toolbox

111 tools: 55 read, 56 write. Reads answer instantly. Writes require approval by default. Everything is logged.

  • ReadGet Actor BuildGet detailed information about a specific Actor build.
  • ReadGet Actor Build LogRetrieve the log file for a specific Actor build.
  • ReadGet user builds listGet a paginated list of all builds for a user.
  • ReadGet Actor RunGet details about a specific Actor run.
  • ReadGet Actor TaskGet complete details about an Actor task.
  • ReadGet last actor task runGet the most recent run of a specific Actor task.
  • ReadGet last actor runGet the most recent run of a specific Actor.
  • ReadRun Actor Sync & Get Dataset ItemsRun Actor synchronously and get dataset items.
  • ReadGet list of ActorsGet the list of all Actors that the user created or used.
  • ReadGet Actor Version Environment VariableGet environment variable details for a specific Actor version.
  • ReadGet list of Actor version environment variablesGet the list of environment variables for a specific Actor version.
  • ReadGet Actor versionGet details about a specific version of an Actor.
  • ReadGet list of Actor versionsGet the list of versions of a specific Actor.
  • ReadGet list of Actor webhooksGet a list of webhooks for a specific Actor.
  • ReadGet DatasetRetrieve dataset metadata by dataset ID.
  • ReadGet list of datasetsGet list of datasets for a user.
  • ReadGet Dataset StatisticsGet dataset field statistics by dataset ID.
  • ReadGet Actor DetailsGet details of a specific Actor.
  • ReadGet Actor Last Run Dataset ItemsGet dataset items from the last run of an Actor.
  • ReadGet all webhooksGet a list of all webhooks created by the user.
  • ReadGet dataset itemsRetrieve items from a dataset.
  • ReadGet Default BuildGet the default build for an Actor.
  • ReadGet Key-Value RecordRetrieve a record from a key-value store.
  • ReadGet list of buildsGet a list of builds for a specific Actor.
  • ReadGet list of runsGet a list of runs for a specific Actor.
  • ReadGet list of task runsGet a list of runs for a specific Actor task.
  • ReadGet list of tasksFetch a paginated list of tasks belonging to the authenticated user.
  • ReadGet list of task webhooksGet a list of webhooks for a specific Actor task.
  • ReadGet logRetrieve logs for a specific Actor run or build.
  • ReadGet OpenAPI DefinitionGet the OpenAPI definition for a specific Actor build.
  • ReadGet Run Dataset ItemsGet dataset items from a specific Actor run.
  • ReadGet Task InputRetrieve the input configuration of a specific task.
  • ReadGet Task Last Run Dataset ItemsGet dataset items from the last run of an Actor task.
  • ReadGet Key-Value StoreRetrieve key-value store metadata by store ID.
  • ReadGet Key-Value Store KeysRetrieve a list of keys from a key-value store.
  • ReadCheck Key-Value Store Record ExistsCheck if a record exists in a key-value store.
  • ReadGet list of key-value storesGet the list of key-value stores owned by the user.
  • ReadList User Actor RunsGet a paginated list of all Actor runs for the authenticated user.
  • ReadGet Request QueueRetrieve request queue metadata by queue ID.
  • ReadGet Request Queue HeadRetrieve first requests from the queue for inspection.
  • ReadGet Request from QueueRetrieve a specific request from a request queue by its ID.
  • ReadList Request Queue RequestsList requests in a request queue with pagination support.
  • ReadGet list of request queuesGet list of request queues for a user.
  • ReadGet ScheduleGet schedule details by ID.
  • ReadGet Schedule LogGet schedule log by ID.
  • ReadGet list of schedulesGet list of schedules created by the user.
  • ReadGet list of Actors in StoreGet list of public Actors from Apify Store.
  • ReadGet Public User DataGet public user data.
  • ReadGet Current User Account DataGet private user account information.
  • ReadGet Account LimitsGet a complete summary of account limits and usage.
  • ReadGet Monthly UsageGet monthly usage summary with daily breakdown.
  • ReadGet list of webhook dispatchesGet list of webhook dispatches for the user.
  • ReadGet Webhook DispatchGet webhook dispatch object with all details.
  • ReadGet webhookGet webhook object with all details.
  • ReadGet webhook dispatchesGet list of webhook dispatches for a specific webhook.
  • WriteBuild ActorBuild an Actor with specified configuration. Approval by default
  • WriteAbort Actor BuildAbort an Actor build that is starting or running. Approval by default
  • WriteDelete Actor BuildDelete an Actor build permanently. Approval by default
  • WriteAbort Actor RunAbort a running or starting Actor run. Approval by default
  • WriteDelete Actor RunDelete a finished Actor run. Approval by default
  • WriteUpdate Actor Run Status MessageUpdate the status message of an Actor run. Approval by default
  • WriteDelete Actor TaskDelete an Actor task permanently. Approval by default
  • WriteUpdate Actor TaskUpdate Actor task settings using JSON payload. Approval by default
  • WriteRun Task Sync (GET)Run a specific task synchronously and return its output. Approval by default
  • WriteRun Task Sync & Get Dataset ItemsRun an actor task synchronously and retrieve its dataset items. Approval by default
  • WriteRun Task Sync with Input Override & Get Dataset ItemsRun an actor task synchronously with input overrides and retrieve its dataset items. Approval by default
  • WriteRun Task Sync (POST)Run an Actor task synchronously with input override and return its output. Approval by default
  • WriteUpdate ActorUpdate Actor settings using JSON payload. Approval by default
  • WriteRun Actor Sync without Input (GET)Run a specific Actor synchronously without input and return its output. Approval by default
  • WriteDelete Actor VersionDelete a specific version of an Actor's source code. Approval by default
  • WriteDelete Actor Version Environment VariableDelete an environment variable from a specific Actor version. Approval by default
  • WriteUpdate Actor Version Environment VariableUpdate environment variable for a specific Actor version using JSON payload. Approval by default
  • WriteCreate Actor Version Environment VariableCreate an environment variable for a specific Actor version. Approval by default
  • WriteUpdate Actor VersionUpdate an Actor version's configuration and source code. Approval by default
  • WriteCreate Actor VersionCreate a new version of an Actor. Approval by default
  • WriteCreate ActorCreate a new Actor with specified configuration. Approval by default
  • WriteCreate DatasetCreate a new dataset. Approval by default
  • WriteCreate Actor TaskCreate a new Actor task with specified settings. Approval by default
  • WriteCreate Task WebhookCreate a webhook for an Actor task. Approval by default
  • WriteDelete DatasetDelete a dataset permanently. Approval by default
  • WriteUpdate DatasetUpdate a dataset's name via JSON payload. Approval by default
  • WriteDelete ActorDelete an Actor permanently. Approval by default
  • WriteDelete WebhookDelete a webhook by its ID. Approval by default
  • WriteDelete Key-Value StoreDelete a key-value store permanently. Approval by default
  • WriteDelete Key-Value Store RecordDelete a record from a key-value store. Approval by default
  • WriteCreate Key-Value StoreCreate a new key-value store or retrieve an existing one by name. Approval by default
  • WriteDelete Request QueueDelete a request queue permanently. Approval by default
  • WriteGet Head and Lock Queue RequestsGet and lock head requests from the queue. Approval by default
  • WriteUpdate Request QueueUpdate request queue name using JSON payload. Approval by default
  • WriteDelete Request from QueueDelete a specific request from a request queue. Approval by default
  • WriteDelete Request LockDelete a request lock from a request queue. Approval by default
  • WriteProlong Request LockProlong request lock in a request queue. Approval by default
  • WriteUpdate Request in QueueUpdate a request in a request queue. Approval by default
  • WriteBatch Delete Requests from QueueBatch-delete up to 25 requests from a queue. Approval by default
  • WriteBatch Add Requests to QueueBatch-add up to 25 requests to a request queue. Approval by default
  • WriteAdd Request to QueueAdd a request to the queue. Approval by default
  • WriteUnlock Queue RequestsUnlock requests in a request queue that are currently locked by the client. Approval by default
  • WriteCreate Request QueueCreate a new request queue or retrieve an existing one by name. Approval by default
  • WriteRun Actor AsynchronouslyRun a specific Actor asynchronously. Approval by default
  • WriteRun Actor SyncRun a specific Actor synchronously with input and return its output record. Approval by default
  • WriteRun Task AsynchronouslyRun a specific Actor task asynchronously. Approval by default
  • WriteDelete ScheduleDelete a schedule by its ID. Approval by default
  • WriteUpdate ScheduleUpdate an existing schedule with new settings. Approval by default
  • WriteCreate ScheduleCreate a new schedule with specified settings. Approval by default
  • WriteStore Data in DatasetStore data items in a dataset. Approval by default
  • WriteStore Data in Key-Value StoreCreate or update a record in a key-value store. Approval by default
  • WriteUpdate Key-Value StoreUpdate a key-value store's properties. Approval by default
  • WriteUpdate Task InputUpdate the input configuration of a specific Actor task. Approval by default
  • WriteUpdate Account LimitsUpdate account limits manageable on the Limits page. Approval by default
  • WriteUpdate WebhookUpdate webhook using JSON payload. Approval by default
  • WriteTest WebhookTest a webhook by creating a test dispatch with a dummy payload. Approval by default

One prompt, start to finish

What a governed Apify run looks like inside Luumen.

Questions

How does LuumenAI connect to Apify?

Authorize once with API token. Luumen lists the scopes each action needs before you approve the connection, and credentials never appear in the chat.

Can LuumenAI change things in Apify on its own?

Read actions answer immediately. Anything that writes — build actor, abort actor build, delete actor build, abort actor run, and more — is shown as a plan and requires approval by default, including the 17 actions classified as destructive. Administrators configure that per tool, so you decide exactly which actions can ever run unattended.

Who gets access to the integration?

You decide. Actions are granted per agent, skill, and team, and per environment — production is not staging. Read access can be broad while writes stay narrow.

Is there an audit trail?

Every call to Apify — read or write, approved or declined — is recorded with the actor, the input, and the result, and can be linked to the ticket or change record.

Put Apify to work with Luumen

Connect in minutes. Every action scoped, approved, and audited from day one.