Skip to main content
POST
Create a wiki page

Authorizations

Authorization
string
header
required

An aik_… programmatic API key (app.atako.ai → Settings → API keys) or a Supabase session JWT.

Path Parameters

projectId
string<uuid>
required

Project id

Body

application/json
title
string
required
Required string length: 1 - 200
content
string

Markdown. Bounded so an agent writing in a loop cannot fill the table.

Maximum string length: 200000
parentId
string<uuid> | null
path
string
Required string length: 1 - 500

Response

page
object
required

An open page: its current text, a page of its history (newest first) and its sub-pages as table-of-contents entries. Every wiki write returns this same shape, so an editor never has to re-read the page it just saved.