Integrations Guide overview
ProPresence exposes a small, scope-gated REST API behind per-user keys. The same surface is used by Claude Cowork, Make.com scenarios, and any custom scripting you write.
Base URL
https://<project>.supabase.co/functions/v1/
<project> is the Lovable Cloud backend ref shown in your account.
Authentication
Per-user API keys with the ppk_live_… prefix. Both header forms are accepted:
X-API-Key: ppk_live_… # preferred
Authorization: Bearer ppk_live_… # legacy, still supported
See Authentication.
Resources
| Resource | Endpoint(s) |
|---|---|
| Articles | articles-api, articles-api-item |
| Posts | api-v2-posts, api-v2-posts-item |
| Make publish callback | make-post-callback |
Detailed reference: Endpoints.
Common integrations
- Claude Cowork — co-author articles and posts inside Claude.
- Make.com — outbound webhooks for brand publishing + post-publish callback.
- RSS auto-fetch — daily ingestion of personal and org feeds.
Error model
Standard HTTP status codes. See Error codes.
Changelog
What’s new in v2: Changelog.