---
title: "Create Artifact"
method: POST
path: "/artifacts"
tags: ["Artifacts"]
---

# Create Artifact

`POST /artifacts`

Create a new artifact.

If the resolved content type declares a ``create`` operation in its
``type.json``, dispatches through the operation dispatcher. Otherwise
falls back to default artifact creation via ``workspace_service``.

## Request body

- object

## Response `201`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/agience/apis/agience-platform-api.md) · [All operations](https://skmtc.net/agience/apis/agience-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agience/agience-platform-api/versions/187bad270c94/schema)
