---
title: "Create agent call"
method: POST
path: "/ai-agent/{agentId}/skill-call"
tags: ["Agent Calls"]
---

# Create agent call

`POST /ai-agent/{agentId}/skill-call`

Create agent call

## Path parameters

- `agentId` string, required

## Request body

- object
  - `payload` object
  - `componentId` string
  - `version` string

## Response `200`

agent call logs

- ResponseMessage
  - `message` string

---

[API](https://skmtc.net/smythos/apis/smyth-api.md) · [All operations](https://skmtc.net/smythos/apis/smyth-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smythos/smyth-api/versions/1475e078fb4a/schema)
