HeliosHELIOS DOCS

Apify

The Apify integration lets Helios agents run actors, extract web data, manage datasets, and work with Apify's platform directly.

What your agents can do

Helios agents don't work from a preset list of actions. They semantically search the entire Apify API and call any endpoint directly, with authentication handled server-side. Anything you can do with your Apify Personal Access Token, an agent can do on your behalf.

  • Run any Apify actor and wait for its results
  • Pull items from a dataset and summarize them into Slack or Notion
  • Start a scraping run and monitor it to completion
  • Read and write key-value stores and request queues
  • List actors, runs, and schedules across your account
  • Inspect run logs, usage, and billing details

Authentication

MethodTypeDescription
Personal Access TokenToken-basedServer-to-server access with your Apify API token

Personal Access Token

Connect Apify with a Personal Access Token (PAT) for server-to-server authentication.

Setup Steps

  1. Go to your Apify Console
  2. Navigate to Settings → Integrations → Personal Access Tokens
  3. Click Create new token
  4. Provide a descriptive name for your token
  5. Select the appropriate scopes for your use case
  6. Click Create token
  7. Copy the generated token and paste it into Helios
  8. Save your integration

Store your Personal Access Token securely. It provides access to your Apify account and cannot be recovered once lost.

Triggers

Apify does not currently emit event triggers into Helios. Use it from Chat, or from a Workflow driven by a schedule, webhook, or manual run.

Last updated on