---
title: "Create an app model row"
method: POST
path: "/api/apps/{id}/models/{model}/rows"
tags: ["Apps"]
---

# Create an app model row

`POST /api/apps/{id}/models/{model}/rows`

## Path parameters

- `id` string, required
- `model` string, required

## Request body

- object
  - `values` object, required

## Response `201`

Created row

- object
  - `row` object, required
    - `id` string, required
    - `createdAt` string, required
    - `updatedAt` string, required
    - `createdBy` string
    - `updatedBy` string

## Other responses

- `400` — Invalid row values
- `403` — Permission denied
- `404` — App or model not found

---

[API](https://skmtc.net/desplega-ai/apis/agent-swarm-api.md) · [All operations](https://skmtc.net/desplega-ai/apis/agent-swarm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/desplega-ai/agent-swarm-api/versions/0375890be8c4/schema)
