> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Audience

> Creates an empty X (Twitter) Ads custom audience

Creates an empty X (Twitter) Ads custom audience. Populate it with x\_ads\_add\_users\_to\_audience; it becomes targetable at 100+ matched users and is targeted via targeting\_type CUSTOM\_AUDIENCE in x\_ads\_set\_targeting.

|                       |                         |
| --------------------- | ----------------------- |
| **App**               | X Ads                   |
| **Operation ID**      | `x_ads_create_audience` |
| **Type**              | Action                  |
| **Connection**        | `x_ads` (required)      |
| **Credits per run**   | 1                       |
| **Agent / MCP tool**  | Yes                     |
| **Requires approval** | Yes (write operation)   |

## Inputs

| Field         | Type           | Required | Default | Description                                                |
| ------------- | -------------- | -------- | ------- | ---------------------------------------------------------- |
| `account`     | DynamicAccount | Yes      | -       | Select the X Ads account to create the custom audience in. |
| `name`        | string         | Yes      | -       | Audience name; must be unique within the account.          |
| `description` | string         | No       | -       | Optional description of the audience.                      |

## Output

**Type**: `Dict`

Returns the created audience with full details.

**Fields**: dynamic (depend on the inputs)
