Pagoti's Private API now supports full write operations.

Pagoti is a markdown-first headless CMS. Until now, the API was read-only — useful for pulling content, but AI agents couldn't modify anything.

That changes now. You can create, update, and delete projects and pages programmatically.

Create token

AI agents

AI agents can now maintain documentation, update content, run optimisation passes, generate pages, or manage knowledge bases via API.

It's also useful for:

  • Syncing external systems
  • Bulk updates
  • Custom editorial tools

Token scoping

Tokens remain project-scoped, but can now be limited to read-only, write-only, or both. Each integration gets exactly the access it needs. Editable in the dashboard.

Documentation

The Private API docs have been reorganised into focused sections for authentication, projects, pages, and media.

Full documentation