Posts, pages, media, users, settings — scriptable from a CLI, an agent, or any HTTP client.
In your tenant admin, open API tokens and issue one. The token is shown exactly once — copy it into a secret manager.
/admin/settings/api-tokensSend the token with every request. Bearer prefix is required; the token is epat_ followed by 40 base32 characters.
Authorization: Bearer epat_…Base URL is your tenant hostname. The same handler serves the admin UI — an API call is just a scripted admin action.
https://<tenant>.edgepress.cc/api/v1/…Grouped by resource. Click any operation to see request & response shape, try it live, and copy a code sample.