Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>Sofy Web Task Agent
Sofy Web Task Agent

Sofy Web Task Agent

SOFY.AI

|
1 install
| (0) | Free
Execute Your Prompt for Sofy Web
Get it free

Sofy Web Task – Azure DevOps Extension

This extension allows you to execute a Sofy Web Prompt directly from your Azure DevOps Pipeline.

You can trigger a Sofy web task by providing your Project ID and Subscription Key, along with either a Prompt or an existing Prompt ID.

Required Inputs

1️-Subscription Key

You must provide your Sofy subscription key.

You can find it by:

Logging into Sofy

Navigating to Settings

Opening the Integration section (Authentication dropdown)

2️-Project ID

The unique identifier of your Sofy project.

You can find this inside your Sofy dashboard under your project details.

Optional Inputs

You must provide either:

prompt → A new prompt text to execute OR

prompt_id → An existing prompt ID already created in Sofy

At least one of them must be provided.

Usage (YAML Pipeline)

Add the Sofy task inside your Azure DevOps YAML pipeline.

trigger:

  • main

pool: vmImage: ubuntu-latest

steps:

  • task: SofyWebTask@1 inputs: projectId: 'projectId' subscriptionKey: 'subscriptionKey' prompt: 'Open sofy.ai and go to login page' Using Prompt ID Instead of Prompt Text

If you already have a saved prompt inside Sofy:

steps:

  • task: SofyWebTask@1 inputs: projectId: 'projectId' subscriptionKey: 'subscriptionKey' promptId: 'promptId'

Sample Pipeline

trigger:

  • main

pool: vmImage: ubuntu-latest

steps:

  • task: SofyWebTask@1 inputs: projectId: '69773c4d1749de90bd7b6bb4' subscriptionKey: 'YOUR_SUBSCRIPTION_KEY' prompt: 'Open sofy.ai. Go to login page'

How It Works

This extension:

Accepts your inputs from the pipeline

Executes the internal task logic

Sends a POST request to Sofy’s public web agent API

Runs the provided prompt against your Sofy project

Displays execution logs inside the Azure DevOps pipeline UI

Requirements

Azure DevOps YAML pipeline

Ubuntu or Windows agent (Microsoft-hosted supported)

Valid Sofy projectId

Valid subscriptionKey

Either prompt or promptId

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft