> ## 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 Portfolio

> Creates an Amazon Ads portfolio, optionally with a budget cap

Creates an Amazon Ads portfolio, optionally with a budget cap.

|                       |                               |
| --------------------- | ----------------------------- |
| **App**               | Amazon Ads                    |
| **Operation ID**      | `amazon_ads_create_portfolio` |
| **Type**              | Action                        |
| **Connection**        | `amazon_ads` (required)       |
| **Credits per run**   | 2                             |
| **Agent / MCP tool**  | Yes                           |
| **Requires approval** | Yes (write operation)         |

## Inputs

| Field               | Type                       | Required | Default | Description                                                                                                                                           |
| ------------------- | -------------------------- | -------- | ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| `account`           | DynamicAccount             | Yes      | -       | Select the Amazon Ads profile to create the portfolio in.                                                                                             |
| `portfolio_name`    | string                     | Yes      | -       | Name of the portfolio. Must be unique within the profile.                                                                                             |
| `budget_policy`     | string or SelectableOption | No       | -       | Optional budget cap policy: DATE\_RANGE (budget for a date range), MONTHLY\_RECURRING (budget resets monthly), or NO\_CAP. Leave unset for no budget. |
| `budget_amount`     | number                     | No       | -       | Budget cap in the profile's currency. Required with DATE\_RANGE or MONTHLY\_RECURRING policies.                                                       |
| `budget_start_date` | string                     | No       | -       | Budget start date (YYYY-MM-DD). Required for DATE\_RANGE; optional for MONTHLY\_RECURRING.                                                            |
| `budget_end_date`   | string                     | No       | -       | Optional budget end date (YYYY-MM-DD) for DATE\_RANGE budgets.                                                                                        |

### SelectableOption

| Field   | Type   | Required | Default | Description |
| ------- | ------ | -------- | ------- | ----------- |
| `value` | string | Yes      | -       |             |
| `label` | string | Yes      | -       |             |

## Output

**Type**: `Dict`

Returns the created portfolio's ID and details.

**Fields**: `portfolio_id`, `portfolio_name`, `portfolio`
