---
title: "Init Arbiter"
method: POST
path: "/api/v1/arbiters"
---

# Init Arbiter

`POST /api/v1/arbiters`

## Headers

- `authorization` string, nullable

## Cookies

- `modaic_session` string, nullable

## Request body

- InitArbiterRequest
  - `repo` string, required
  - `inputs` FieldSchema[], required
    - `name` string, required
    - `type` string, required
    - `allowed_values` unknown[], nullable
      - unknown
    - `object_schema` object, nullable
    - `nullable` boolean
    - `description` string, nullable
  - `outputs` FieldSchema[], required
    - `name` string, required
    - `type` string, required
    - `allowed_values` unknown[], nullable
      - unknown
    - `object_schema` object, nullable
    - `nullable` boolean
    - `description` string, nullable
  - `instructions` string, nullable
  - `model` string
  - `base_url` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/modaic-ai/apis/modaic-api.md) · [All operations](https://skmtc.net/modaic-ai/apis/modaic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modaic-ai/modaic-api/versions/43a90513ac59/schema)
