---
title: "Legacy alias: create a campaign (use POST /tables/{tableId}/campaigns)"
method: POST
path: "/tables/{tableId}/sequences"
tags: ["Sequences"]
deprecated: true
---

# Legacy alias: create a campaign (use POST /tables/{tableId}/campaigns)

`POST /tables/{tableId}/sequences`

> **Deprecated.**

Deprecated alias for `POST /tables/{tableId}/campaigns` — identical
body and responses (agentic campaign creation from
`{ instructions }`, `202` with `{ agent, run, table }`).

## Headers

- `Idempotency-Key` string

## Request body

- object
  - `instructions` string, required — Free-form description of the campaign to draft.

## Response `202`

{ agent, run, table } — run admitted, work runs in background.

## Other responses

- `400` — VALIDATION_ERROR.
- `402` — INSUFFICIENT_CREDITS.
- `404` — TABLE_NOT_FOUND.
- `409` — AGENT_BUSY.
- `429` — CONCURRENT_LIMIT_EXCEEDED.

---

[API](https://skmtc.net/origami/apis/origami-agent-api.md) · [All operations](https://skmtc.net/origami/apis/origami-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/origami/origami-agent-api/revisions/8083ad7fe081/schema)
