---
title: "Create New Agent"
method: POST
path: "/api/v1/workflow/dashboard/agents"
tags: ["WORKFLOW_DASHBOARD"]
deprecated: true
---

# Create New Agent

`POST /api/v1/workflow/dashboard/agents`

> **Deprecated.**

## Request body

- AgentCreateRequest
  - `name` string, required
  - `slug` string, required
  - `description` string, nullable
  - `instructions` string, nullable
  - `model` string, nullable
  - `model_config_` object, nullable
  - `tools` string[], nullable
  - `enabled` boolean

## Response `201`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/aab3fe5c9f05/schema)
