---
title: "Test a worker connection"
method: POST
path: "/v1/workers/test"
tags: ["Admin"]
---

# Test a worker connection

`POST /v1/workers/test`

Test a worker connection before adding it to the system

## Headers

- `Authorization` string, required

## Request body

- SchemasWorkerTestRequest
  - `http` SchemasHTTPWorkerTestConfig
    - `uri` string, required
  - `mcp` SchemasMCPWorkerTestConfig
    - `uri` string, required
  - `type` string, required

## Response `200`

OK

- SchemasWorkerTestResponse
  - `message` string
  - `serverInfo` SchemasServerInfoResponse
    - `description` string
    - `name` string
    - `version` string
  - `success` boolean

## Other responses

- `400` — Invalid request body or URI
- `500` — Internal Server Error

---

[API](https://skmtc.dev/arcadeai/apis/arcade-api.md) · [All operations](https://skmtc.dev/arcadeai/apis/arcade-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arcadeai/arcade-api/revisions/8446c4e394ac/schema)
