# Projects Max Exceeded
source: https://developer.mastercard.com/mastercard-developers-api/documentation/errors/projects-max-exceeded/index.md

You have exceeded the number of projects you are allowed to create.

### Solution {#solution}

The number of projects a user can create is limited. Ensure that the number of projects you wish to create does not exceed this limit. The following project limits apply per user account. If you need to increase the limit, please contact your service support.

|   **ProjectType**    | **Default Project Limit** | **Maximum Project Limit** |
|----------------------|---------------------------|---------------------------|
| OPEN_BANKING_PARTNER | 30                        | 1800                      |
| OAUTH10A and MTLS    | 180                       | 500                       |

Note: You can create a maximum of 500 projects using OAUTH10A and MTLS combined. You can distribute these projects in any proportion, such as having 200 MTLS projects and 300 OAUTH projects.

### API Error Response {#api-error-response}

**HTTP code 409**

```JSON
{
  "Errors": {
    "Error": [
      {
        "Source": "DEVELOPERS_API",
        "ReasonCode": "PROJECTS_MAX_EXCEEDED",
        "Description": "You have attempted to create more projects than are allowed",
        "Details": "1662389676788-7e6e4701-8434-47ae-a181-26cfa8f89c01",
        "Recoverable": false
      }
    ]
  }
}
```

[Back to Errors List](https://developer.mastercard.com/mastercard-developers-api/documentation/code-and-formats/index.md#list-of-common-api-errors)​​
