---
title: "POST /api/agent/upsert"
method: POST
path: "/api/agent/upsert"
tags: ["agent"]
---

# POST /api/agent/upsert

`POST /api/agent/upsert`

Upsert a Agent

## Request body

- AgentUpsertArgs
  - `select` AgentSelect
    - `id` boolean
    - `provider` boolean
    - `modelType` boolean
    - `numAgents` boolean
    - `isActive` boolean
    - `anthropicApiKey` boolean
    - `awsAccessKeyId` boolean
    - `awsSecretAccessKey` boolean
    - `awsSessionToken` boolean
    - `awsRegion` boolean
    - `apiEndpoint` boolean
    - `apiKey` 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
              - …
    - `createdAt` boolean
    - `updatedAt` boolean
  - `include` AgentInclude
    - `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
              - …
  - `where` AgentWhereUniqueInput, required
    - `id` string
    - `AND` union
      - AgentWhereInput
        - `AND` union
          - AgentWhereInput — recursive
          - AgentWhereInput[]
        - `OR` AgentWhereInput[]
        - `NOT` union
          - AgentWhereInput — recursive
          - AgentWhereInput[]
        - `id` 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
        - `provider` 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
        - `modelType` 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
        - `numAgents` union
          - IntFilter
            - `equals` integer
            - `in` integer[]
            - `notIn` integer[]
            - `lt` integer
            - `lte` integer
            - `gt` integer
            - `gte` integer
            - `not` union
              - …
          - integer
        - `isActive` union
          - BoolFilter
            - `equals` boolean
            - `not` union
              - …
          - boolean
        - `anthropicApiKey` 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
        - `awsAccessKeyId` 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
        - `awsSecretAccessKey` 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
        - `awsSessionToken` 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
        - `awsRegion` 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
        - `apiEndpoint` 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
        - `apiKey` 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
        - `organizationId` 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
        - `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
        - `organization` union
          - OrganizationRelationFilter
            - `is` OrganizationWhereInput
              - …
            - `isNot` OrganizationWhereInput
              - …
          - 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
              - …
      - AgentWhereInput[]
        - `AND` union
          - AgentWhereInput — recursive
          - AgentWhereInput[]
        - `OR` AgentWhereInput[]
        - `NOT` union
          - AgentWhereInput — recursive
          - AgentWhereInput[]
        - `id` 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
        - `provider` 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
        - `modelType` 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
        - `numAgents` union
          - IntFilter
            - `equals` integer
            - `in` integer[]
            - `notIn` integer[]
            - `lt` integer
            - `lte` integer
            - `gt` integer
            - `gte` integer
            - `not` union
              - …
          - integer
        - `isActive` union
          - BoolFilter
            - `equals` boolean
            - `not` union
              - …
          - boolean
        - `anthropicApiKey` 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
        - `awsAccessKeyId` 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
        - `awsSecretAccessKey` 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
        - `awsSessionToken` 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
        - `awsRegion` 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
        - `apiEndpoint` 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
        - `apiKey` 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
        - `organizationId` 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
        - `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
        - `organization` union
          - OrganizationRelationFilter
            - `is` OrganizationWhereInput
              - …
            - `isNot` OrganizationWhereInput
              - …
          - 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` AgentWhereInput[]
      - `AND` union
        - AgentWhereInput — recursive
        - AgentWhereInput[]
      - `OR` AgentWhereInput[]
      - `NOT` union
        - AgentWhereInput — recursive
        - AgentWhereInput[]
      - `id` 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
            - NestedStringFilter
              - …
        - string
      - `provider` 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
            - NestedStringFilter
              - …
        - string
      - `modelType` 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
            - NestedStringFilter
              - …
        - string
      - `numAgents` union
        - IntFilter
          - `equals` integer
          - `in` integer[]
          - `notIn` integer[]
          - `lt` integer
          - `lte` integer
          - `gt` integer
          - `gte` integer
          - `not` union
            - integer
            - NestedIntFilter
              - …
        - integer
      - `isActive` union
        - BoolFilter
          - `equals` boolean
          - `not` union
            - boolean
            - NestedBoolFilter
              - …
        - boolean
      - `anthropicApiKey` 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
            - NestedStringNullableFilter
              - …
        - string
      - `awsAccessKeyId` 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
            - NestedStringNullableFilter
              - …
        - string
      - `awsSecretAccessKey` 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
            - NestedStringNullableFilter
              - …
        - string
      - `awsSessionToken` 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
            - NestedStringNullableFilter
              - …
        - string
      - `awsRegion` 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
            - NestedStringNullableFilter
              - …
        - string
      - `apiEndpoint` 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
            - NestedStringNullableFilter
              - …
        - string
      - `apiKey` 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
            - NestedStringNullableFilter
              - …
        - string
      - `organizationId` 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
            - NestedStringFilter
              - …
        - 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
            - NestedDateTimeFilter
              - …
        - 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
            - NestedDateTimeFilter
              - …
        - string, date-time
      - `organization` union
        - OrganizationRelationFilter
          - `is` 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
              - …
          - `isNot` 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
            - 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 — recursive
            - `some` AgentWhereInput — recursive
            - `none` AgentWhereInput — recursive
          - `integration` IntegrationListRelationFilter
            - `every` IntegrationWhereInput
              - …
            - `some` IntegrationWhereInput
              - …
            - `none` IntegrationWhereInput
              - …
    - `NOT` union
      - AgentWhereInput
        - `AND` union
          - AgentWhereInput — recursive
          - AgentWhereInput[]
        - `OR` AgentWhereInput[]
        - `NOT` union
          - AgentWhereInput — recursive
          - AgentWhereInput[]
        - `id` 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
        - `provider` 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
        - `modelType` 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
        - `numAgents` union
          - IntFilter
            - `equals` integer
            - `in` integer[]
            - `notIn` integer[]
            - `lt` integer
            - `lte` integer
            - `gt` integer
            - `gte` integer
            - `not` union
              - …
          - integer
        - `isActive` union
          - BoolFilter
            - `equals` boolean
            - `not` union
              - …
          - boolean
        - `anthropicApiKey` 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
        - `awsAccessKeyId` 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
        - `awsSecretAccessKey` 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
        - `awsSessionToken` 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
        - `awsRegion` 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
        - `apiEndpoint` 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
        - `apiKey` 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
        - `organizationId` 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
        - `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
        - `organization` union
          - OrganizationRelationFilter
            - `is` OrganizationWhereInput
              - …
            - `isNot` OrganizationWhereInput
              - …
          - 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
              - …
      - AgentWhereInput[]
        - `AND` union
          - AgentWhereInput — recursive
          - AgentWhereInput[]
        - `OR` AgentWhereInput[]
        - `NOT` union
          - AgentWhereInput — recursive
          - AgentWhereInput[]
        - `id` 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
        - `provider` 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
        - `modelType` 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
        - `numAgents` union
          - IntFilter
            - `equals` integer
            - `in` integer[]
            - `notIn` integer[]
            - `lt` integer
            - `lte` integer
            - `gt` integer
            - `gte` integer
            - `not` union
              - …
          - integer
        - `isActive` union
          - BoolFilter
            - `equals` boolean
            - `not` union
              - …
          - boolean
        - `anthropicApiKey` 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
        - `awsAccessKeyId` 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
        - `awsSecretAccessKey` 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
        - `awsSessionToken` 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
        - `awsRegion` 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
        - `apiEndpoint` 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
        - `apiKey` 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
        - `organizationId` 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
        - `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
        - `organization` union
          - OrganizationRelationFilter
            - `is` OrganizationWhereInput
              - …
            - `isNot` OrganizationWhereInput
              - …
          - 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
              - …
    - `provider` 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
          - NestedStringFilter
            - `equals` string
            - `in` string[]
            - `notIn` string[]
            - `lt` string
            - `lte` string
            - `gt` string
            - `gte` string
            - `contains` string
            - `startsWith` string
            - `endsWith` string
            - `not` union
              - …
      - string
    - `modelType` 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
          - NestedStringFilter
            - `equals` string
            - `in` string[]
            - `notIn` string[]
            - `lt` string
            - `lte` string
            - `gt` string
            - `gte` string
            - `contains` string
            - `startsWith` string
            - `endsWith` string
            - `not` union
              - …
      - string
    - `numAgents` union
      - IntFilter
        - `equals` integer
        - `in` integer[]
        - `notIn` integer[]
        - `lt` integer
        - `lte` integer
        - `gt` integer
        - `gte` integer
        - `not` union
          - integer
          - NestedIntFilter
            - `equals` integer
            - `in` integer[]
            - `notIn` integer[]
            - `lt` integer
            - `lte` integer
            - `gt` integer
            - `gte` integer
            - `not` union
              - …
      - integer
    - `isActive` union
      - BoolFilter
        - `equals` boolean
        - `not` union
          - boolean
          - NestedBoolFilter
            - `equals` boolean
            - `not` union
              - …
      - boolean
    - `anthropicApiKey` 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
          - NestedStringNullableFilter
            - `equals` string, nullable
            - `in` string[], nullable
            - `notIn` string[], nullable
            - `lt` string
            - `lte` string
            - `gt` string
            - `gte` string
            - `contains` string
            - `startsWith` string
            - `endsWith` string
            - `not` union
              - …
      - string
    - `awsAccessKeyId` 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
          - NestedStringNullableFilter
            - `equals` string, nullable
            - `in` string[], nullable
            - `notIn` string[], nullable
            - `lt` string
            - `lte` string
            - `gt` string
            - `gte` string
            - `contains` string
            - `startsWith` string
            - `endsWith` string
            - `not` union
              - …
      - string
    - `awsSecretAccessKey` 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
          - NestedStringNullableFilter
            - `equals` string, nullable
            - `in` string[], nullable
            - `notIn` string[], nullable
            - `lt` string
            - `lte` string
            - `gt` string
            - `gte` string
            - `contains` string
            - `startsWith` string
            - `endsWith` string
            - `not` union
              - …
      - string
    - `awsSessionToken` 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
          - NestedStringNullableFilter
            - `equals` string, nullable
            - `in` string[], nullable
            - `notIn` string[], nullable
            - `lt` string
            - `lte` string
            - `gt` string
            - `gte` string
            - `contains` string
            - `startsWith` string
            - `endsWith` string
            - `not` union
              - …
      - string
    - `awsRegion` 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
          - NestedStringNullableFilter
            - `equals` string, nullable
            - `in` string[], nullable
            - `notIn` string[], nullable
            - `lt` string
            - `lte` string
            - `gt` string
            - `gte` string
            - `contains` string
            - `startsWith` string
            - `endsWith` string
            - `not` union
              - …
      - string
    - `apiEndpoint` 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
          - NestedStringNullableFilter
            - `equals` string, nullable
            - `in` string[], nullable
            - `notIn` string[], nullable
            - `lt` string
            - `lte` string
            - `gt` string
            - `gte` string
            - `contains` string
            - `startsWith` string
            - `endsWith` string
            - `not` union
              - …
      - string
    - `apiKey` 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
          - NestedStringNullableFilter
            - `equals` string, nullable
            - `in` string[], nullable
            - `notIn` string[], nullable
            - `lt` string
            - `lte` string
            - `gt` string
            - `gte` string
            - `contains` string
            - `startsWith` string
            - `endsWith` string
            - `not` union
              - …
      - string
    - `organizationId` 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
          - NestedStringFilter
            - `equals` string
            - `in` string[]
            - `notIn` string[]
            - `lt` string
            - `lte` string
            - `gt` string
            - `gte` string
            - `contains` string
            - `startsWith` string
            - `endsWith` string
            - `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
          - NestedDateTimeFilter
            - `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
          - NestedDateTimeFilter
            - `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
    - `organization` union
      - OrganizationRelationFilter
        - `is` 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
- … truncated; see the full OpenAPI document linked below

## Response `200`

Successful operation

- object
  - `data` Agent, required
    - `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
      - `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
              - …
            - `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[]
        - `id` string, required
        - `name` string, required
        - `description` string, nullable
        - `organizationId` string, required
        - `organization` Organization — 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[]
              - …
            - `testsAsCreatedBy` Test[]
            - `testRunsAsExecutedBy` TestRun[]
              - …
            - `testShares` TestShare[]
              - …
          - `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
              - …
            - `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 — recursive
            - `userId` string, required
            - `user` User
              - …
            - `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
      - `agentCredentials` Agent[]
      - `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
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
  - `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)
