---
title: "POST /api/project/create"
method: POST
path: "/api/project/create"
tags: ["project"]
---

# POST /api/project/create

`POST /api/project/create`

Create a new Project

## Request body

- ProjectCreateArgs
  - `select` ProjectSelect
    - `id` boolean
    - `name` boolean
    - `description` boolean
    - `organizationId` boolean
    - `organization` union
      - boolean
      - OrganizationArgs
        - `select` OrganizationSelect
          - `id` boolean
          - `name` boolean
          - `pictureUrl` boolean
          - `stripeCustomerId` boolean
          - `createdAt` boolean
          - `updatedAt` boolean
          - `roles` union
            - boolean
            - OrganizationRoleFindManyArgs
              - …
          - `projects` union
            - boolean
            - ProjectFindManyArgs
              - …
          - `agentCredentials` union
            - boolean
            - AgentFindManyArgs
              - …
          - `integration` union
            - boolean
            - IntegrationFindManyArgs
              - …
          - `_count` union
            - boolean
            - OrganizationCountOutputTypeArgs
              - …
        - `include` OrganizationInclude
          - `roles` union
            - boolean
            - OrganizationRoleFindManyArgs
              - …
          - `projects` union
            - boolean
            - ProjectFindManyArgs
              - …
          - `agentCredentials` union
            - boolean
            - AgentFindManyArgs
              - …
          - `integration` union
            - boolean
            - IntegrationFindManyArgs
              - …
          - `_count` union
            - boolean
            - OrganizationCountOutputTypeArgs
              - …
    - `tests` union
      - boolean
      - TestFindManyArgs
        - `select` TestSelect
          - `id` boolean
          - `name` boolean
          - `description` boolean
          - `url` boolean
          - `naturalLanguageInput` boolean
          - `status` boolean
          - `isActive` boolean
          - `projectId` boolean
          - `project` union
            - boolean
            - ProjectArgs
              - …
          - `createdById` boolean
          - `createdBy` union
            - boolean
            - UserArgs
              - …
          - `testRuns` union
            - boolean
            - TestRunFindManyArgs
              - …
          - `testShares` union
            - boolean
            - TestShareFindManyArgs
              - …
          - `createdAt` boolean
          - `updatedAt` boolean
          - `_count` union
            - boolean
            - TestCountOutputTypeArgs
              - …
        - `include` TestInclude
          - `project` union
            - boolean
            - ProjectArgs
              - …
          - `createdBy` union
            - boolean
            - UserArgs
              - …
          - `testRuns` union
            - boolean
            - TestRunFindManyArgs
              - …
          - `testShares` union
            - boolean
            - TestShareFindManyArgs
              - …
          - `_count` union
            - boolean
            - TestCountOutputTypeArgs
              - …
        - `where` TestWhereInput
          - `AND` union
            - TestWhereInput — recursive
            - TestWhereInput[]
          - `OR` TestWhereInput[]
          - `NOT` union
            - TestWhereInput — recursive
            - TestWhereInput[]
          - `id` union
            - StringFilter
              - …
            - string
          - `name` union
            - StringFilter
              - …
            - string
          - `description` union
            - StringNullableFilter
              - …
            - string
          - `url` union
            - StringNullableFilter
              - …
            - string
          - `naturalLanguageInput` union
            - StringNullableFilter
              - …
            - string
          - `status` union
            - StringFilter
              - …
            - string
          - `isActive` union
            - BoolFilter
              - …
            - boolean
          - `projectId` union
            - StringFilter
              - …
            - string
          - `createdById` union
            - StringFilter
              - …
            - string
          - `createdAt` union
            - DateTimeFilter
              - …
            - string, date-time
          - `updatedAt` union
            - DateTimeFilter
              - …
            - string, date-time
          - `project` union
            - ProjectNullableRelationFilter
              - …
            - ProjectWhereInput
              - …
          - `createdBy` union
            - UserNullableRelationFilter
              - …
            - UserWhereInput
              - …
          - `testRuns` TestRunListRelationFilter
            - `every` TestRunWhereInput
              - …
            - `some` TestRunWhereInput
              - …
            - `none` TestRunWhereInput
              - …
          - `testShares` TestShareListRelationFilter
            - `every` TestShareWhereInput
              - …
            - `some` TestShareWhereInput
              - …
            - `none` TestShareWhereInput
              - …
        - `meta` Meta — Meta information about the request or response
          - `serialization` unknown
    - `createdAt` boolean
    - `updatedAt` boolean
    - `cookies` boolean
    - `session` boolean
    - `localStorage` boolean
    - `_count` union
      - boolean
      - ProjectCountOutputTypeArgs
        - `select` ProjectCountOutputTypeSelect
          - `tests` boolean
  - `include` ProjectInclude
    - `organization` union
      - boolean
      - OrganizationArgs
        - `select` OrganizationSelect
          - `id` boolean
          - `name` boolean
          - `pictureUrl` boolean
          - `stripeCustomerId` boolean
          - `createdAt` boolean
          - `updatedAt` boolean
          - `roles` union
            - boolean
            - OrganizationRoleFindManyArgs
              - …
          - `projects` union
            - boolean
            - ProjectFindManyArgs
              - …
          - `agentCredentials` union
            - boolean
            - AgentFindManyArgs
              - …
          - `integration` union
            - boolean
            - IntegrationFindManyArgs
              - …
          - `_count` union
            - boolean
            - OrganizationCountOutputTypeArgs
              - …
        - `include` OrganizationInclude
          - `roles` union
            - boolean
            - OrganizationRoleFindManyArgs
              - …
          - `projects` union
            - boolean
            - ProjectFindManyArgs
              - …
          - `agentCredentials` union
            - boolean
            - AgentFindManyArgs
              - …
          - `integration` union
            - boolean
            - IntegrationFindManyArgs
              - …
          - `_count` union
            - boolean
            - OrganizationCountOutputTypeArgs
              - …
    - `tests` union
      - boolean
      - TestFindManyArgs
        - `select` TestSelect
          - `id` boolean
          - `name` boolean
          - `description` boolean
          - `url` boolean
          - `naturalLanguageInput` boolean
          - `status` boolean
          - `isActive` boolean
          - `projectId` boolean
          - `project` union
            - boolean
            - ProjectArgs
              - …
          - `createdById` boolean
          - `createdBy` union
            - boolean
            - UserArgs
              - …
          - `testRuns` union
            - boolean
            - TestRunFindManyArgs
              - …
          - `testShares` union
            - boolean
            - TestShareFindManyArgs
              - …
          - `createdAt` boolean
          - `updatedAt` boolean
          - `_count` union
            - boolean
            - TestCountOutputTypeArgs
              - …
        - `include` TestInclude
          - `project` union
            - boolean
            - ProjectArgs
              - …
          - `createdBy` union
            - boolean
            - UserArgs
              - …
          - `testRuns` union
            - boolean
            - TestRunFindManyArgs
              - …
          - `testShares` union
            - boolean
            - TestShareFindManyArgs
              - …
          - `_count` union
            - boolean
            - TestCountOutputTypeArgs
              - …
        - `where` TestWhereInput
          - `AND` union
            - TestWhereInput — recursive
            - TestWhereInput[]
          - `OR` TestWhereInput[]
          - `NOT` union
            - TestWhereInput — recursive
            - TestWhereInput[]
          - `id` union
            - StringFilter
              - …
            - string
          - `name` union
            - StringFilter
              - …
            - string
          - `description` union
            - StringNullableFilter
              - …
            - string
          - `url` union
            - StringNullableFilter
              - …
            - string
          - `naturalLanguageInput` union
            - StringNullableFilter
              - …
            - string
          - `status` union
            - StringFilter
              - …
            - string
          - `isActive` union
            - BoolFilter
              - …
            - boolean
          - `projectId` union
            - StringFilter
              - …
            - string
          - `createdById` union
            - StringFilter
              - …
            - string
          - `createdAt` union
            - DateTimeFilter
              - …
            - string, date-time
          - `updatedAt` union
            - DateTimeFilter
              - …
            - string, date-time
          - `project` union
            - ProjectNullableRelationFilter
              - …
            - ProjectWhereInput
              - …
          - `createdBy` union
            - UserNullableRelationFilter
              - …
            - UserWhereInput
              - …
          - `testRuns` TestRunListRelationFilter
            - `every` TestRunWhereInput
              - …
            - `some` TestRunWhereInput
              - …
            - `none` TestRunWhereInput
              - …
          - `testShares` TestShareListRelationFilter
            - `every` TestShareWhereInput
              - …
            - `some` TestShareWhereInput
              - …
            - `none` TestShareWhereInput
              - …
        - `meta` Meta — Meta information about the request or response
          - `serialization` unknown
    - `_count` union
      - boolean
      - ProjectCountOutputTypeArgs
        - `select` ProjectCountOutputTypeSelect
          - `tests` boolean
  - `data` ProjectCreateInput, required
    - `id` string
    - `name` string, required
    - `description` string, nullable
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `cookies` union
      - 'DbNull' | 'JsonNull'
      - unknown
    - `session` union
      - 'DbNull' | 'JsonNull'
      - unknown
    - `localStorage` union
      - 'DbNull' | 'JsonNull'
      - unknown
    - `organization` OrganizationCreateNestedOneWithoutProjectsInput
      - `create` union
        - OrganizationCreateWithoutProjectsInput
          - `id` string
          - `name` string, required
          - `pictureUrl` string, nullable
          - `stripeCustomerId` string, nullable
          - `createdAt` string, date-time
          - `updatedAt` string, date-time
          - `roles` OrganizationRoleCreateNestedManyWithoutOrganizationInput
            - `create` union
              - …
            - `connectOrCreate` union
              - …
            - `createMany` OrganizationRoleCreateManyOrganizationInputEnvelope
              - …
            - `connect` union
              - …
          - `agentCredentials` AgentCreateNestedManyWithoutOrganizationInput
            - `create` union
              - …
            - `connectOrCreate` union
              - …
            - `createMany` AgentCreateManyOrganizationInputEnvelope
              - …
            - `connect` union
              - …
          - `integration` IntegrationCreateNestedManyWithoutOrganizationInput
            - `create` union
              - …
            - `connectOrCreate` union
              - …
            - `createMany` IntegrationCreateManyOrganizationInputEnvelope
              - …
            - `connect` union
              - …
        - OrganizationUncheckedCreateWithoutProjectsInput
          - `id` string
          - `name` string, required
          - `pictureUrl` string, nullable
          - `stripeCustomerId` string, nullable
          - `createdAt` string, date-time
          - `updatedAt` string, date-time
          - `roles` OrganizationRoleUncheckedCreateNestedManyWithoutOrganizationInput
            - `create` union
              - …
            - `connectOrCreate` union
              - …
            - `createMany` OrganizationRoleCreateManyOrganizationInputEnvelope
              - …
            - `connect` union
              - …
          - `agentCredentials` AgentUncheckedCreateNestedManyWithoutOrganizationInput
            - `create` union
              - …
            - `connectOrCreate` union
              - …
            - `createMany` AgentCreateManyOrganizationInputEnvelope
              - …
            - `connect` union
              - …
          - `integration` IntegrationUncheckedCreateNestedManyWithoutOrganizationInput
            - `create` union
              - …
            - `connectOrCreate` union
              - …
            - `createMany` IntegrationCreateManyOrganizationInputEnvelope
              - …
            - `connect` union
              - …
      - `connectOrCreate` OrganizationCreateOrConnectWithoutProjectsInput
        - `where` OrganizationWhereUniqueInput, required
          - `id` string
          - `AND` union
            - OrganizationWhereInput
              - …
            - OrganizationWhereInput[]
              - …
          - `OR` OrganizationWhereInput[]
            - `AND` union
              - …
            - `OR` OrganizationWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `name` union
              - …
            - `pictureUrl` union
              - …
            - `stripeCustomerId` union
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `roles` OrganizationRoleListRelationFilter
              - …
            - `projects` ProjectListRelationFilter
              - …
            - `agentCredentials` AgentListRelationFilter
              - …
            - `integration` IntegrationListRelationFilter
              - …
          - `NOT` union
            - OrganizationWhereInput
              - …
            - OrganizationWhereInput[]
              - …
          - `name` union
            - StringFilter
              - …
            - string
          - `pictureUrl` union
            - StringNullableFilter
              - …
            - string
          - `stripeCustomerId` union
            - StringNullableFilter
              - …
            - string
          - `createdAt` union
            - DateTimeFilter
              - …
            - string, date-time
          - `updatedAt` union
            - DateTimeFilter
              - …
            - string, date-time
          - `roles` OrganizationRoleListRelationFilter
            - `every` OrganizationRoleWhereInput
              - …
            - `some` OrganizationRoleWhereInput
              - …
            - `none` OrganizationRoleWhereInput
              - …
          - `projects` ProjectListRelationFilter
            - `every` ProjectWhereInput
              - …
            - `some` ProjectWhereInput
              - …
            - `none` ProjectWhereInput
              - …
          - `agentCredentials` AgentListRelationFilter
            - `every` AgentWhereInput
              - …
            - `some` AgentWhereInput
              - …
            - `none` AgentWhereInput
              - …
          - `integration` IntegrationListRelationFilter
            - `every` IntegrationWhereInput
              - …
            - `some` IntegrationWhereInput
              - …
            - `none` IntegrationWhereInput
              - …
        - `create` union, required
          - OrganizationCreateWithoutProjectsInput
            - `id` string
            - `name` string, required
            - `pictureUrl` string, nullable
            - `stripeCustomerId` string, nullable
            - `createdAt` string, date-time
            - `updatedAt` string, date-time
            - `roles` OrganizationRoleCreateNestedManyWithoutOrganizationInput
              - …
            - `agentCredentials` AgentCreateNestedManyWithoutOrganizationInput
              - …
            - `integration` IntegrationCreateNestedManyWithoutOrganizationInput
              - …
          - OrganizationUncheckedCreateWithoutProjectsInput
            - `id` string
            - `name` string, required
            - `pictureUrl` string, nullable
            - `stripeCustomerId` string, nullable
            - `createdAt` string, date-time
            - `updatedAt` string, date-time
            - `roles` OrganizationRoleUncheckedCreateNestedManyWithoutOrganizationInput
              - …
            - `agentCredentials` AgentUncheckedCreateNestedManyWithoutOrganizationInput
              - …
            - `integration` IntegrationUncheckedCreateNestedManyWithoutOrganizationInput
              - …
      - `connect` OrganizationWhereUniqueInput
        - `id` string
        - `AND` union
          - OrganizationWhereInput
            - `AND` union
              - …
            - `OR` OrganizationWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `name` union
              - …
            - `pictureUrl` union
              - …
            - `stripeCustomerId` union
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `roles` OrganizationRoleListRelationFilter
              - …
            - `projects` ProjectListRelationFilter
              - …
            - `agentCredentials` AgentListRelationFilter
              - …
            - `integration` IntegrationListRelationFilter
              - …
          - OrganizationWhereInput[]
            - `AND` union
              - …
            - `OR` OrganizationWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `name` union
              - …
            - `pictureUrl` union
              - …
            - `stripeCustomerId` union
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `roles` OrganizationRoleListRelationFilter
              - …
            - `projects` ProjectListRelationFilter
              - …
            - `agentCredentials` AgentListRelationFilter
              - …
            - `integration` IntegrationListRelationFilter
              - …
        - `OR` OrganizationWhereInput[]
          - `AND` union
            - OrganizationWhereInput — recursive
            - OrganizationWhereInput[]
          - `OR` OrganizationWhereInput[]
          - `NOT` union
            - OrganizationWhereInput — recursive
            - OrganizationWhereInput[]
          - `id` union
            - StringFilter
              - …
            - string
          - `name` union
            - StringFilter
              - …
            - string
          - `pictureUrl` union
            - StringNullableFilter
              - …
            - string
          - `stripeCustomerId` union
            - StringNullableFilter
              - …
            - string
          - `createdAt` union
            - DateTimeFilter
              - …
            - string, date-time
          - `updatedAt` union
            - DateTimeFilter
              - …
            - string, date-time
          - `roles` OrganizationRoleListRelationFilter
            - `every` OrganizationRoleWhereInput
              - …
            - `some` OrganizationRoleWhereInput
              - …
            - `none` OrganizationRoleWhereInput
              - …
          - `projects` ProjectListRelationFilter
            - `every` ProjectWhereInput
              - …
            - `some` ProjectWhereInput
              - …
            - `none` ProjectWhereInput
              - …
          - `agentCredentials` AgentListRelationFilter
            - `every` AgentWhereInput
              - …
            - `some` AgentWhereInput
              - …
            - `none` AgentWhereInput
              - …
          - `integration` IntegrationListRelationFilter
            - `every` IntegrationWhereInput
              - …
            - `some` IntegrationWhereInput
              - …
            - `none` IntegrationWhereInput
              - …
        - `NOT` union
          - OrganizationWhereInput
            - `AND` union
              - …
            - `OR` OrganizationWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `name` union
              - …
            - `pictureUrl` union
              - …
            - `stripeCustomerId` union
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `roles` OrganizationRoleListRelationFilter
              - …
            - `projects` ProjectListRelationFilter
              - …
            - `agentCredentials` AgentListRelationFilter
              - …
            - `integration` IntegrationListRelationFilter
              - …
          - OrganizationWhereInput[]
            - `AND` union
              - …
            - `OR` OrganizationWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `name` union
              - …
            - `pictureUrl` union
              - …
            - `stripeCustomerId` union
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `roles` OrganizationRoleListRelationFilter
              - …
            - `projects` ProjectListRelationFilter
              - …
            - `agentCredentials` AgentListRelationFilter
              - …
            - `integration` IntegrationListRelationFilter
              - …
        - `name` union
          - StringFilter
            - `equals` string
            - `in` string[]
            - `notIn` string[]
            - `lt` string
            - `lte` string
            - `gt` string
            - `gte` string
            - `contains` string
            - `startsWith` string
            - `endsWith` string
            - `mode` 'default' | 'insensitive'
            - `not` union
              - …
          - string
        - `pictureUrl` union
          - StringNullableFilter
            - `equals` string, nullable
            - `in` string[], nullable
            - `notIn` string[], nullable
            - `lt` string
            - `lte` string
            - `gt` string
            - `gte` string
            - `contains` string
            - `startsWith` string
            - `endsWith` string
            - `mode` 'default' | 'insensitive'
            - `not` union
              - …
          - string
        - `stripeCustomerId` union
          - StringNullableFilter
            - `equals` string, nullable
            - `in` string[], nullable
            - `notIn` string[], nullable
            - `lt` string
            - `lte` string
            - `gt` string
            - `gte` string
            - `contains` string
            - `startsWith` string
            - `endsWith` string
            - `mode` 'default' | 'insensitive'
            - `not` union
              - …
          - string
        - `createdAt` union
          - DateTimeFilter
            - `equals` string, date-time
            - `in` string[]
            - `notIn` string[]
            - `lt` string, date-time
            - `lte` string, date-time
            - `gt` string, date-time
            - `gte` string, date-time
            - `not` union
              - …
          - string, date-time
        - `updatedAt` union
          - DateTimeFilter
            - `equals` string, date-time
            - `in` string[]
            - `notIn` string[]
            - `lt` string, date-time
            - `lte` string, date-time
            - `gt` string, date-time
            - `gte` string, date-time
            - `not` union
              - …
          - string, date-time
        - `roles` OrganizationRoleListRelationFilter
          - `every` OrganizationRoleWhereInput
            - `AND` union
              - …
            - `OR` OrganizationRoleWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `name` union
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `userId` union
              - …
            - `organizationId` union
              - …
            - `user` union
              - …
            - `organization` union
              - …
          - `some` OrganizationRoleWhereInput
            - `AND` union
              - …
            - `OR` OrganizationRoleWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `name` union
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `userId` union
              - …
            - `organizationId` union
              - …
            - `user` union
              - …
            - `organization` union
              - …
          - `none` OrganizationRoleWhereInput
            - `AND` union
              - …
            - `OR` OrganizationRoleWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `name` union
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `userId` union
              - …
            - `organizationId` union
              - …
            - `user` union
              - …
            - `organization` union
              - …
        - `projects` ProjectListRelationFilter
          - `every` ProjectWhereInput
            - `AND` union
              - …
            - `OR` ProjectWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `name` union
              - …
            - `description` union
              - …
            - `organizationId` union
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `cookies` JsonNullableFilter
              - …
            - `session` JsonNullableFilter
              - …
            - `localStorage` JsonNullableFilter
              - …
            - `organization` union
              - …
            - `tests` TestListRelationFilter
              - …
          - `some` ProjectWhereInput
            - `AND` union
              - …
            - `OR` ProjectWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `name` union
              - …
            - `description` union
              - …
            - `organizationId` union
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `cookies` JsonNullableFilter
              - …
            - `session` JsonNullableFilter
              - …
            - `localStorage` JsonNullableFilter
              - …
            - `organization` union
              - …
            - `tests` TestListRelationFilter
              - …
          - `none` ProjectWhereInput
            - `AND` union
              - …
            - `OR` ProjectWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `name` union
              - …
            - `description` union
              - …
            - `organizationId` union
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `cookies` JsonNullableFilter
              - …
            - `session` JsonNullableFilter
              - …
            - `localStorage` JsonNullableFilter
              - …
            - `organization` union
              - …
            - `tests` TestListRelationFilter
              - …
        - `agentCredentials` AgentListRelationFilter
          - `every` AgentWhereInput
            - `AND` union
              - …
            - `OR` AgentWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `provider` union
              - …
            - `modelType` union
              - …
            - `numAgents` union
              - …
            - `isActive` union
              - …
            - `anthropicApiKey` union
              - …
            - `awsAccessKeyId` union
              - …
            - `awsSecretAccessKey` union
              - …
            - `awsSessionToken` union
              - …
            - `awsRegion` union
              - …
            - `apiEndpoint` union
              - …
            - `apiKey` union
              - …
            - `organizationId` union
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `organization` union
              - …
          - `some` AgentWhereInput
            - `AND` union
              - …
            - `OR` AgentWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `provider` union
              - …
            - `modelType` union
              - …
            - `numAgents` union
              - …
            - `isActive` union
              - …
            - `anthropicApiKey` union
              - …
            - `awsAccessKeyId` union
              - …
            - `awsSecretAccessKey` union
              - …
            - `awsSessionToken` union
              - …
            - `awsRegion` union
              - …
            - `apiEndpoint` union
              - …
            - `apiKey` union
              - …
            - `organizationId` union
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `organization` union
              - …
          - `none` AgentWhereInput
            - `AND` union
              - …
            - `OR` AgentWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `provider` union
              - …
            - `modelType` union
              - …
            - `numAgents` union
              - …
            - `isActive` union
              - …
            - `anthropicApiKey` union
              - …
            - `awsAccessKeyId` union
              - …
            - `awsSecretAccessKey` union
              - …
            - `awsSessionToken` union
              - …
            - `awsRegion` union
              - …
            - `apiEndpoint` union
              - …
            - `apiKey` union
              - …
            - `organizationId` union
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `organization` union
              - …
        - `integration` IntegrationListRelationFilter
          - `every` IntegrationWhereInput
            - `AND` union
              - …
            - `OR` IntegrationWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `type` union
              - …
            - `name` union
              - …
            - `config` JsonFilter
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `organizationId` union
              - …
            - `organization` union
              - …
          - `some` IntegrationWhereInput
            - `AND` union
              - …
            - `OR` IntegrationWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `type` union
              - …
            - `name` union
              - …
            - `config` JsonFilter
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `organizationId` union
              - …
            - `organization` union
              - …
          - `none` IntegrationWhereInput
            - `AND` union
              - …
            - `OR` IntegrationWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `type` union
              - …
            - `name` union
              - …
            - `config` JsonFilter
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `organizationId` union
              - …
            - `organization` union
              - …
    - `tests` TestCreateNestedManyWithoutProjectInput
      - `create` union
        - TestCreateWithoutProjectInput
          - `id` string
          - `name` string, required
          - `description` string, nullable
          - `url` string, nullable
          - `naturalLanguageInput` string, nullable
          - `status` string, required
          - `isActive` boolean
          - `createdAt` string, date-time
          - `updatedAt` string, date-time
          - `createdBy` UserCreateNestedOneWithoutTestsAsCreatedByInput
            - `create` union
              - …
            - `connectOrCreate` UserCreateOrConnectWithoutTestsAsCreatedByInput
              - …
            - `connect` UserWhereUniqueInput
              - …
          - `testRuns` TestRunCreateNestedManyWithoutTestInput
            - `create` union
              - …
            - `connectOrCreate` union
              - …
            - `createMany` TestRunCreateManyTestInputEnvelope
              - …
            - `connect` union
              - …
          - `testShares` TestShareCreateNestedManyWithoutTestInput
            - `create` union
              - …
            - `connectOrCreate` union
              - …
            - `createMany` TestShareCreateManyTestInputEnvelope
              - …
            - `connect` union
              - …
        - TestCreateWithoutProjectInput[]
          - `id` string
          - `name` string, required
          - `description` string, nullable
          - `url` string, nullable
          - `naturalLanguageInput` string, nullable
          - `status` string, required
          - `isActive` boolean
          - `createdAt` string, date-time
          - `updatedAt` string, date-time
          - `createdBy` UserCreateNestedOneWithoutTestsAsCreatedByInput
            - `create` union
              - …
            - `connectOrCreate` UserCreateOrConnectWithoutTestsAsCreatedByInput
              - …
            - `connect` UserWhereUniqueInput
              - …
          - `testRuns` TestRunCreateNestedManyWithoutTestInput
            - `create` union
              - …
            - `connectOrCreate` union
              - …
            - `createMany` TestRunCreateManyTestInputEnvelope
              - …
            - `connect` union
              - …
          - `testShares` TestShareCreateNestedManyWithoutTestInput
            - `create` union
              - …
            - `connectOrCreate` union
              - …
            - `createMany` TestShareCreateManyTestInputEnvelope
              - …
            - `connect` union
              - …
        - TestUncheckedCreateWithoutProjectInput
          - `id` string
          - `name` string, required
          - `description` string, nullable
          - `url` string, nullable
          - `naturalLanguageInput` string, nullable
          - `status` string, required
          - `isActive` boolean
          - `createdById` string, required
          - `createdAt` string, date-time
          - `updatedAt` string, date-time
          - `testRuns` TestRunUncheckedCreateNestedManyWithoutTestInput
            - `create` union
              - …
            - `connectOrCreate` union
              - …
            - `createMany` TestRunCreateManyTestInputEnvelope
              - …
            - `connect` union
              - …
          - `testShares` TestShareUncheckedCreateNestedManyWithoutTestInput
            - `create` union
              - …
            - `connectOrCreate` union
              - …
            - `createMany` TestShareCreateManyTestInputEnvelope
              - …
            - `connect` union
              - …
        - TestUncheckedCreateWithoutProjectInput[]
          - `id` string
          - `name` string, required
          - `description` string, nullable
          - `url` string, nullable
          - `naturalLanguageInput` string, nullable
          - `status` string, required
          - `isActive` boolean
          - `createdById` string, required
          - `createdAt` string, date-time
          - `updatedAt` string, date-time
          - `testRuns` TestRunUncheckedCreateNestedManyWithoutTestInput
            - `create` union
              - …
            - `connectOrCreate` union
              - …
            - `createMany` TestRunCreateManyTestInputEnvelope
              - …
            - `connect` union
              - …
          - `testShares` TestShareUncheckedCreateNestedManyWithoutTestInput
            - `create` union
              - …
            - `connectOrCreate` union
              - …
            - `createMany` TestShareCreateManyTestInputEnvelope
              - …
            - `connect` union
              - …
      - `connectOrCreate` union
        - TestCreateOrConnectWithoutProjectInput
          - `where` TestWhereUniqueInput, required
            - `id` string
            - `AND` union
              - …
            - `OR` TestWhereInput[]
              - …
            - `NOT` union
              - …
            - `name` union
              - …
            - `description` union
              - …
            - `url` union
              - …
            - `naturalLanguageInput` union
              - …
            - `status` union
              - …
            - `isActive` union
              - …
            - `projectId` union
              - …
            - `createdById` union
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `project` union
              - …
            - `createdBy` union
              - …
            - `testRuns` TestRunListRelationFilter
              - …
            - `testShares` TestShareListRelationFilter
              - …
          - `create` union, required
            - TestCreateWithoutProjectInput
              - …
            - TestUncheckedCreateWithoutProjectInput
              - …
        - TestCreateOrConnectWithoutProjectInput[]
          - `where` TestWhereUniqueInput, required
            - `id` string
            - `AND` union
              - …
            - `OR` TestWhereInput[]
              - …
            - `NOT` union
              - …
            - `name` union
              - …
            - `description` union
              - …
            - `url` union
              - …
            - `naturalLanguageInput` union
              - …
            - `status` union
              - …
            - `isActive` union
              - …
            - `projectId` union
              - …
            - `createdById` union
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `project` union
              - …
            - `createdBy` union
              - …
            - `testRuns` TestRunListRelationFilter
              - …
            - `testShares` TestShareListRelationFilter
              - …
          - `create` union, required
            - TestCreateWithoutProjectInput
              - …
            - TestUncheckedCreateWithoutProjectInput
              - …
      - `createMany` TestCreateManyProjectInputEnvelope
        - `data` union, required
          - TestCreateManyProjectInput
            - `id` string
            - `name` string, required
            - `description` string, nullable
            - `url` string, nullable
            - `naturalLanguageInput` string, nullable
            - `status` string, required
            - `isActive` boolean
            - `createdById` string, required
            - `createdAt` string, date-time
            - `updatedAt` string, date-time
          - TestCreateManyProjectInput[]
            - `id` string
            - `name` string, required
            - `description` string, nullable
            - `url` string, nullable
            - `naturalLanguageInput` string, nullable
            - `status` string, required
            - `isActive` boolean
            - `createdById` string, required
            - `createdAt` string, date-time
            - `updatedAt` string, date-time
        - `skipDuplicates` boolean
      - `connect` union
        - TestWhereUniqueInput
          - `id` string
          - `AND` union
            - TestWhereInput
              - …
            - TestWhereInput[]
              - …
          - `OR` TestWhereInput[]
            - `AND` union
              - …
            - `OR` TestWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `name` union
              - …
            - `description` union
              - …
            - `url` union
              - …
            - `naturalLanguageInput` union
              - …
            - `status` union
              - …
            - `isActive` union
              - …
            - `projectId` union
              - …
            - `createdById` union
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `project` union
              - …
            - `createdBy` union
              - …
            - `testRuns` TestRunListRelationFilter
              - …
            - `testShares` TestShareListRelationFilter
              - …
          - `NOT` union
            - TestWhereInput
              - …
            - TestWhereInput[]
              - …
          - `name` union
            - StringFilter
              - …
            - string
          - `description` union
            - StringNullableFilter
              - …
            - string
          - `url` union
            - StringNullableFilter
              - …
            - string
          - `naturalLanguageInput` union
            - StringNullableFilter
              - …
            - string
          - `status` union
            - StringFilter
              - …
            - string
          - `isActive` union
            - BoolFilter
              - …
            - boolean
          - `projectId` union
            - StringFilter
              - …
            - string
          - `createdById` union
            - StringFilter
              - …
            - string
          - `createdAt` union
            - DateTimeFilter
              - …
            - string, date-time
          - `updatedAt` union
            - DateTimeFilter
              - …
            - string, date-time
          - `project` union
            - ProjectNullableRelationFilter
              - …
            - ProjectWhereInput
              - …
          - `createdBy` union
            - UserNullableRelationFilter
              - …
            - UserWhereInput
              - …
          - `testRuns` TestRunListRelationFilter
            - `every` TestRunWhereInput
              - …
            - `some` TestRunWhereInput
              - …
            - `none` TestRunWhereInput
              - …
          - `testShares` TestShareListRelationFilter
            - `every` TestShareWhereInput
              - …
            - `some` TestShareWhereInput
              - …
            - `none` TestShareWhereInput
              - …
        - TestWhereUniqueInput[]
          - `id` string
          - `AND` union
            - TestWhereInput
              - …
            - TestWhereInput[]
              - …
          - `OR` TestWhereInput[]
            - `AND` union
              - …
            - `OR` TestWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `name` union
              - …
            - `description` union
              - …
            - `url` union
              - …
            - `naturalLanguageInput` union
              - …
            - `status` union
              - …
            - `isActive` union
              - …
            - `projectId` union
              - …
            - `createdById` union
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `project` union
              - …
            - `createdBy` union
              - …
            - `testRuns` TestRunListRelationFilter
              - …
            - `testShares` TestShareListRelationFilter
              - …
          - `NOT` union
            - TestWhereInput
              - …
            - TestWhereInput[]
              - …
          - `name` union
            - StringFilter
              - …
            - string
          - `description` union
            - StringNullableFilter
              - …
            - string
          - `url` union
            - StringNullableFilter
              - …
            - string
          - `naturalLanguageInput` union
            - StringNullableFilter
              - …
            - string
          - `status` union
            - StringFilter
              - …
            - string
          - `isActive` union
            - BoolFilter
              - …
            - boolean
          - `projectId` union
            - StringFilter
              - …
            - string
          - `createdById` union
            - StringFilter
              - …
            - string
          - `createdAt` union
            - DateTimeFilter
              - …
            - string, date-time
          - `updatedAt` union
            - DateTimeFilter
              - …
            - string, date-time
          - `project` union
            - ProjectNullableRelationFilter
              - …
            - ProjectWhereInput
              - …
          - `createdBy` union
            - UserNullableRelationFilter
              - …
            - UserWhereInput
              - …
          - `testRuns` TestRunListRelationFilter
            - `every` TestRunWhereInput
              - …
            - `some` TestRunWhereInput
              - …
            - `none` TestRunWhereInput
              - …
          - `testShares` TestShareListRelationFilter
            - `every` TestShareWhereInput
              - …
            - `some` TestShareWhereInput
              - …
            - `none` TestShareWhereInput
              - …
  - `meta` Meta — Meta information about the request or response
    - `serialization` unknown

## Response `201`

Successful operation

- object
  - `data` Project, required
    - `id` string, required
    - `name` string, required
    - `description` string, nullable
    - `organizationId` string, required
    - `organization` Organization
      - `id` string, required
      - `name` string, required
      - `pictureUrl` string, nullable
      - `stripeCustomerId` string, nullable
      - `createdAt` string, date-time, required
      - `updatedAt` string, date-time, required
      - `roles` OrganizationRole[]
        - `id` string, required
        - `name` string, required
        - `createdAt` string, date-time, required
        - `updatedAt` string, date-time, required
        - `userId` string, required
        - `user` User, required
          - `id` string, required
          - `name` string, nullable
          - `email` string, nullable
          - `pictureUrl` string, nullable
          - `tokenInvitation` string, nullable
          - `stripeCustomerId` string, nullable
          - `status` 'INVITED' | 'VERIFIED', required
          - `globalRole` string, required
          - `password` string, nullable
          - `createdAt` string, date-time, required
          - `updatedAt` string, date-time, required
          - `organizationRoles` OrganizationRole[]
          - `testsAsCreatedBy` Test[]
            - `id` string, required
            - `name` string, required
            - `description` string, nullable
            - `url` string, nullable
            - `naturalLanguageInput` string, nullable
            - `status` string, required
            - `isActive` boolean, required
            - `projectId` string, required
            - `project` Project — recursive
            - `createdById` string, required
            - `createdBy` User — recursive
            - `testRuns` TestRun[]
              - …
            - `testShares` TestShare[]
              - …
            - `createdAt` string, date-time, required
            - `updatedAt` string, date-time, required
          - `testRunsAsExecutedBy` TestRun[]
            - `id` string, required
            - `status` string, required
            - `errorLog` string, nullable
            - `reportUrl` string, nullable
            - `testId` string, required
            - `test` Test
              - …
            - `executedById` string, required
            - `executedBy` User — recursive
            - `testSteps` TestStep[]
              - …
            - `createdAt` string, date-time, required
            - `updatedAt` string, date-time, required
          - `testShares` TestShare[]
            - `id` string, required
            - `permission` string, required
            - `testId` string, required
            - `test` Test
              - …
            - `userId` string, required
            - `user` User — recursive
            - `createdAt` string, date-time, required
            - `updatedAt` string, date-time, required
        - `organizationId` string, required
        - `organization` Organization, required — recursive
      - `projects` Project[]
      - `agentCredentials` Agent[]
        - `id` string, required
        - `provider` string, required
        - `modelType` string, required
        - `numAgents` integer, required
        - `isActive` boolean, required
        - `anthropicApiKey` string, nullable
        - `awsAccessKeyId` string, nullable
        - `awsSecretAccessKey` string, nullable
        - `awsSessionToken` string, nullable
        - `awsRegion` string, nullable
        - `apiEndpoint` string, nullable
        - `apiKey` string, nullable
        - `organizationId` string, required
        - `organization` Organization, required — recursive
        - `createdAt` string, date-time, required
        - `updatedAt` string, date-time, required
      - `integration` Integration[]
        - `id` string, required
        - `type` 'jira' | 'linear' | 'slack' | 'discord' | 'github', required
        - `name` string, required
        - `config` unknown, required
        - `createdAt` string, date-time, required
        - `updatedAt` string, date-time, required
        - `organizationId` string, required
        - `organization` Organization, required — recursive
    - `tests` Test[]
      - `id` string, required
      - `name` string, required
      - `description` string, nullable
      - `url` string, nullable
      - `naturalLanguageInput` string, nullable
      - `status` string, required
      - `isActive` boolean, required
      - `projectId` string, required
      - `project` Project — recursive
      - `createdById` string, required
      - `createdBy` User
        - `id` string, required
        - `name` string, nullable
        - `email` string, nullable
        - `pictureUrl` string, nullable
        - `tokenInvitation` string, nullable
        - `stripeCustomerId` string, nullable
        - `status` 'INVITED' | 'VERIFIED', required
        - `globalRole` string, required
        - `password` string, nullable
        - `createdAt` string, date-time, required
        - `updatedAt` string, date-time, required
        - `organizationRoles` OrganizationRole[]
          - `id` string, required
          - `name` string, required
          - `createdAt` string, date-time, required
          - `updatedAt` string, date-time, required
          - `userId` string, required
          - `user` User, required — recursive
          - `organizationId` string, required
          - `organization` Organization, required
            - `id` string, required
            - `name` string, required
            - `pictureUrl` string, nullable
            - `stripeCustomerId` string, nullable
            - `createdAt` string, date-time, required
            - `updatedAt` string, date-time, required
            - `roles` OrganizationRole[]
            - `projects` Project[]
            - `agentCredentials` Agent[]
              - …
            - `integration` Integration[]
              - …
        - `testsAsCreatedBy` Test[]
        - `testRunsAsExecutedBy` TestRun[]
          - `id` string, required
          - `status` string, required
          - `errorLog` string, nullable
          - `reportUrl` string, nullable
          - `testId` string, required
          - `test` Test — recursive
          - `executedById` string, required
          - `executedBy` User — recursive
          - `testSteps` TestStep[]
            - `id` string, required
            - `order` number, required
            - `action` string, required
            - `status` string, required
            - `screenshotUrl` string, nullable
            - `testRunId` string, required
            - `testRun` TestRun — recursive
            - `createdAt` string, date-time, required
            - `updatedAt` string, date-time, required
          - `createdAt` string, date-time, required
          - `updatedAt` string, date-time, required
        - `testShares` TestShare[]
          - `id` string, required
          - `permission` string, required
          - `testId` string, required
          - `test` Test — recursive
          - `userId` string, required
          - `user` User — recursive
          - `createdAt` string, date-time, required
          - `updatedAt` string, date-time, required
      - `testRuns` TestRun[]
        - `id` string, required
        - `status` string, required
        - `errorLog` string, nullable
        - `reportUrl` string, nullable
        - `testId` string, required
        - `test` Test — recursive
        - `executedById` string, required
        - `executedBy` User
          - `id` string, required
          - `name` string, nullable
          - `email` string, nullable
          - `pictureUrl` string, nullable
          - `tokenInvitation` string, nullable
          - `stripeCustomerId` string, nullable
          - `status` 'INVITED' | 'VERIFIED', required
          - `globalRole` string, required
          - `password` string, nullable
          - `createdAt` string, date-time, required
          - `updatedAt` string, date-time, required
          - `organizationRoles` OrganizationRole[]
            - `id` string, required
            - `name` string, required
            - `createdAt` string, date-time, required
            - `updatedAt` string, date-time, required
            - `userId` string, required
            - `user` User, required — recursive
            - `organizationId` string, required
            - `organization` Organization, required
              - …
          - `testsAsCreatedBy` Test[]
          - `testRunsAsExecutedBy` TestRun[]
          - `testShares` TestShare[]
            - `id` string, required
            - `permission` string, required
            - `testId` string, required
            - `test` Test — recursive
            - `userId` string, required
            - `user` User — recursive
            - `createdAt` string, date-time, required
            - `updatedAt` string, date-time, required
        - `testSteps` TestStep[]
          - `id` string, required
          - `order` number, required
          - `action` string, required
          - `status` string, required
          - `screenshotUrl` string, nullable
          - `testRunId` string, required
          - `testRun` TestRun — recursive
          - `createdAt` string, date-time, required
          - `updatedAt` string, date-time, required
        - `createdAt` string, date-time, required
        - `updatedAt` string, date-time, required
      - `testShares` TestShare[]
        - `id` string, required
        - `permission` string, required
        - `testId` string, required
        - `test` Test — recursive
        - `userId` string, required
        - `user` User
          - `id` string, required
          - `name` string, nullable
          - `email` string, nullable
          - `pictureUrl` string, nullable
          - `tokenInvitation` string, nullable
          - `stripeCustomerId` string, nullable
          - `status` 'INVITED' | 'VERIFIED', required
          - `globalRole` string, required
          - `password` string, nullable
          - `createdAt` string, date-time, required
          - `updatedAt` string, date-time, required
          - `organizationRoles` OrganizationRole[]
            - `id` string, required
            - `name` string, required
            - `createdAt` string, date-time, required
            - `updatedAt` string, date-time, required
            - `userId` string, required
            - `user` User, required — recursive
            - `organizationId` string, required
            - `organization` Organization, required
              - …
          - `testsAsCreatedBy` Test[]
          - `testRunsAsExecutedBy` TestRun[]
            - `id` string, required
            - `status` string, required
            - `errorLog` string, nullable
            - `reportUrl` string, nullable
            - `testId` string, required
            - `test` Test — recursive
            - `executedById` string, required
            - `executedBy` User — recursive
            - `testSteps` TestStep[]
              - …
            - `createdAt` string, date-time, required
            - `updatedAt` string, date-time, required
          - `testShares` TestShare[]
        - `createdAt` string, date-time, required
        - `updatedAt` string, date-time, required
      - `createdAt` string, date-time, required
      - `updatedAt` string, date-time, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `cookies` unknown
    - `session` unknown
    - `localStorage` unknown
  - `meta` Meta — Meta information about the request or response
    - `serialization` unknown

## Other responses

- `400` — Invalid request
- `403` — Request is forbidden
- `422` — Request is unprocessable due to validation errors

---

[API](https://skmtc.dev/iris-networks/apis/my-awesome-api.md) · [All operations](https://skmtc.dev/iris-networks/apis/my-awesome-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/iris-networks/my-awesome-api/revisions/4cea49731f1e/schema)
