TribeTale API Overview
Public API documentation for TribeTale Admin and Content integrations.
TribeTale exposes two Ghost-compatible APIs for publishing workflows, site management, and public content access.
- Admin API: full read/write access under
/ghost/api/admin. Use it for trusted back-office tools, automation, member operations, uploads, settings, tiers, newsletters, and post or page publishing workflows. - Content API: read-only access under
/ghost/api/content. Use it for websites, apps, assistants, and other public-facing clients that need published posts, pages, authors, tags, newsletters, tiers, and settings.
Getting Started
Create integration keys, authenticate requests, and publish a first post.
Admin API Reference
Full read/write endpoint reference for trusted server-side integrations.
Content API Reference
Read-only endpoint reference for published TribeTale content.
Use the Admin API from trusted server environments only. Use the Content API when a client only needs to read published content and can safely use a content API key.