--- title: Phantombuster description: '' slug: /help/docs/platform-services/automation-service/app-central/integrations/phantombuster/ canonical: https://www.sumologic.com/help/docs/platform-services/automation-service/app-central/integrations/phantombuster/ --- import useBaseUrl from '@docusaurus/useBaseUrl'; phantombuster ***Version: 1.6 Updated: April 30, 2026*** Phantombuster is a platform that enables businesses to automate their web tasks without the need for extensive coding. It provides a range of pre-built automation workflows and customizable APIs, allowing users to scrape data, automate social media tasks, and send personalized emails to prospects. Phantombuster helps businesses save time and improve their productivity by streamlining their workflows. ## Actions * **Get Agent** *(Enrichment)* - Gets an agent by ID. * **List Agents** *(Enrichment)* - Gets all agents of the current user's organization. * **Get Agent Output** *(Enrichment)* - Gets the output of the most recent container of an agent. This API endpoint is specifically designed so that it’s easy to get incremental data from an agent. * **Launch Agent** *(Containment)* - Adds an agent to the launch queue. * **Stop Agent** *(Containment)* - Stops an agent. * **Delete Agent** *(Containment)* - Deletes an agent by ID. ## Phantombuster configuration Follow the steps from the Phantombuster [guide](https://hub.phantombuster.com/docs/api#authentication-and-request-format) to create your authentication credentials. ## Configure Phantombuster in Automation Service and Cloud SOAR import IntegrationsAuth from '../../../../reuse/integrations-authentication.md'; import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md'; import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md'; import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md'; import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md'; import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md'; * * **URL**. Enter your Phantombuster [host URL](https://hub.phantombuster.com/docs/api#versioning), for example, `https://phantombuster.com`. * **API Key**. Enter your Phantombuster [API key](https://hub.phantombuster.com/docs/api#how-to-find-my-api-key). * * * * Phantombuster configuration For information about Phantombuster, see [Phantombuster documentation](https://hub.phantombuster.com/docs/developer-quick-start). ## Change Log * April 3, 2023 - First upload * July 18, 2023 (v1.5) - Removed leading/trailing spaces * April 30, 2026 (v1.6) - Upgraded the `python3_generic` Docker image (Python 3.8) to `python3_12_generic` (Python 3.12) to address Python 3.8 end-of-life and improve security and performance.