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

# POST /api/integration/create

`POST /api/integration/create`

Create a new Integration

## Request body

- IntegrationCreateArgs
  - `select` IntegrationSelect
    - `id` boolean
    - `type` boolean
    - `name` boolean
    - `config` boolean
    - `createdAt` boolean
    - `updatedAt` 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
              - …
  - `include` IntegrationInclude
    - `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
              - …
  - `data` IntegrationCreateInput, required
    - `id` string
    - `type` 'jira' | 'linear' | 'slack' | 'discord' | 'github', required
    - `name` string, required
    - `config` union, required
      - 'JsonNull'
      - unknown
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `organization` OrganizationCreateNestedOneWithoutIntegrationInput, required
      - `create` union
        - OrganizationCreateWithoutIntegrationInput
          - `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
              - …
          - `projects` ProjectCreateNestedManyWithoutOrganizationInput
            - `create` union
              - …
            - `connectOrCreate` union
              - …
            - `createMany` ProjectCreateManyOrganizationInputEnvelope
              - …
            - `connect` union
              - …
          - `agentCredentials` AgentCreateNestedManyWithoutOrganizationInput
            - `create` union
              - …
            - `connectOrCreate` union
              - …
            - `createMany` AgentCreateManyOrganizationInputEnvelope
              - …
            - `connect` union
              - …
        - OrganizationUncheckedCreateWithoutIntegrationInput
          - `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
              - …
          - `projects` ProjectUncheckedCreateNestedManyWithoutOrganizationInput
            - `create` union
              - …
            - `connectOrCreate` union
              - …
            - `createMany` ProjectCreateManyOrganizationInputEnvelope
              - …
            - `connect` union
              - …
          - `agentCredentials` AgentUncheckedCreateNestedManyWithoutOrganizationInput
            - `create` union
              - …
            - `connectOrCreate` union
              - …
            - `createMany` AgentCreateManyOrganizationInputEnvelope
              - …
            - `connect` union
              - …
      - `connectOrCreate` OrganizationCreateOrConnectWithoutIntegrationInput
        - `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
          - OrganizationCreateWithoutIntegrationInput
            - `id` string
            - `name` string, required
            - `pictureUrl` string, nullable
            - `stripeCustomerId` string, nullable
            - `createdAt` string, date-time
            - `updatedAt` string, date-time
            - `roles` OrganizationRoleCreateNestedManyWithoutOrganizationInput
              - …
            - `projects` ProjectCreateNestedManyWithoutOrganizationInput
              - …
            - `agentCredentials` AgentCreateNestedManyWithoutOrganizationInput
              - …
          - OrganizationUncheckedCreateWithoutIntegrationInput
            - `id` string
            - `name` string, required
            - `pictureUrl` string, nullable
            - `stripeCustomerId` string, nullable
            - `createdAt` string, date-time
            - `updatedAt` string, date-time
            - `roles` OrganizationRoleUncheckedCreateNestedManyWithoutOrganizationInput
              - …
            - `projects` ProjectUncheckedCreateNestedManyWithoutOrganizationInput
              - …
            - `agentCredentials` AgentUncheckedCreateNestedManyWithoutOrganizationInput
              - …
      - `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
              - …
  - `meta` Meta — Meta information about the request or response
    - `serialization` unknown

## Response `201`

Successful operation

- object
  - `data` Integration, required
    - `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
      - `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[]
        - `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[]
  - `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)
