---
title: "POST /v1/agent/async"
method: POST
path: "/v1/agent/async"
tags: ["Agents"]
deprecated: true
---

# POST /v1/agent/async

`POST /v1/agent/async`

> **Deprecated.**

Execute WSA Async Endpoint

## Request body

- object — Request body for executing a WSA
  - `params` object, required
  - `localization` boolean
  - `agent` string, required
  - `formats` string[] — Response formats to include. All disabled by default.
  - `callback_url` string — URL to call back when async operation completes
  - `storage_type` string — Type of storage to use for results
  - `storage_url` string — URL for storage location
  - `storage_compress` boolean — Whether to compress stored data
  - `storage_object_name` string — Custom name for the stored object

## Response `200`

Async Task Created

- object
  - `status` string, required
  - `task` object, required

## Changes

- **2026-03-29** `613ecf2d9748` — 1 info
  - added the new optional request property `allOf[#/components/schemas/AgentBody]/formats`

[Change history](https://skmtc.dev/nimbleway/apis/api-gateway/changes/v1/agent/async/post.md)

---

[API](https://skmtc.dev/nimbleway/apis/api-gateway.md) · [All operations](https://skmtc.dev/nimbleway/apis/api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nimbleway/api-gateway/revisions/86e4c7e09b7e/schema)
