---
title: "Publish a tile version"
method: POST
path: "/v1/tiles"
tags: ["Tiles"]
---

# Publish a tile version

`POST /v1/tiles`

Publishes a new tile version to the registry. If the tile does not yet exist, it will be created automatically. The request body should be a gzipped tar archive (tar.gz) containing the tile manifest (tile.json) and tile contents, e.g. markdown documentation files, eval scenarios, etc. The tile name and version are extracted from the manifest file.

## Headers

- `content-type` 'application/x-tar', required
- `github-oidc-token` string

## Response `201`

Default Response

- object
  - `links` object, required
    - `self` string, uri, required
  - `data` object, required
    - `id` string, uuid, required
    - `type` 'tile', required
    - `attributes` object, required
      - `featured` boolean, required
      - `isPrivate` boolean, required
      - `workspaceId` string, uuid, required
      - `name` string, required
      - `version` string, required
      - `fullName` string, required
      - `describes` string, nullable, required
      - `createdAt` string, date-time, required
      - `updatedAt` string, date-time, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error
- `501` — Not Implemented

---

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