> For the complete documentation index, see [llms.txt](https://docs.ellipsis-drive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ellipsis-drive.com/developers/api-v3/path/path-subscription-plans/add-subscription-plan.md).

# Add subscription plan

| **Description** | Adds a subscription plan to a path. |
| --------------- | ----------------------------------- |
| **Endpoint**    | `/path/{pathId}/plan`               |
| **Method**      | POST                                |

### Access Level Rules

| **Access Level** | edit+ |
| ---------------- | ----- |

### Processing Units

| **Processing units** | 2 |
| -------------------- | - |

### Parameters

<table><thead><tr><th width="234">Name</th><th width="400">Description</th><th>Required</th><th>Default</th></tr></thead><tbody><tr><td><code>pathId</code></td><td>The id of the path to add a subscription plan to.</td><td>true</td><td></td></tr><tr><td><code>accessTier</code></td><td>String with the accessTier of the subscription. Must be between "view" and "editPlus",</td><td>true</td><td></td></tr><tr><td><code>processingUnits</code></td><td>An integer representing the number of monthly processing units of users subscribed to the plan.</td><td>true</td><td></td></tr><tr><td><code>monthlyFee</code></td><td>The monthly fee of users subscribed to the plan.</td><td>true</td><td></td></tr></tbody></table>
