TrioCMS Developers

TrioCMS Developer Portal

A REST API for everything you can do in the admin — create and manage sites, pages, articles, sections, and trigger AI imports. Account administration (users) is intentionally out of scope.

Quick start
# 1. Get a key at developers.triocms.net/keys
# 2. Call the API
curl https://api.triocms.net/v1/sites \
  -H "Authorization: Bearer tk_your_key_here"

Browse the reference in the sidebar, or jump to API Overview · your API keys.