We've added an Activity Log endpoint to the Public API. Every other endpoint tells you what your projects look like right now. This one tells you what changed, when, and who did it, across your whole workspace in a single call.
What it does
One call returns a timestamped, newest-first feed of activity: projects created and moved through stages, expenses and receipts added, deal analyses completed, updates and photos posted, tasks finished, teammates invited, and more.
What you can build with the new API Endpoint
- Weekly digest.Roll up everything that happened across your portfolio in the last seven days into a Monday-morning briefing or a partner update, sourced from real activity instead of memory.
- Stalled-project detection.Stage, Status, and Strategy changes are tracked as distinct events, so you can flag projects that look busy but haven't advanced a stage in 30+ days.
- Loose-end cleanup.Receipt-created and transaction-created are separate events, so you can surface receipts uploaded but never turned into an expense, a common way real spend slips through the cracks.
- Team activity view.Filter by user to see who's moving projects forward, and who has work assigned but no recent activity on it.
See it in Action
Here's a real example. We connected the FlipperForce API Activity Log endpoint to Claude and asked for a plain-English summary of our Workspace's activity from the last seven days. In a single pass it pulled the week's activity and turned it into this comprehensive digest:

Everything in this Weekly Digest came straight from the Activity Log endpoint. The dollar figures, the eight new projects, and the flip analysis all rode along in the activity data, so no extra lookups were needed.
You could set this up as a Scheduled Task in Claude to automatically generate a weekly digest with exactly the information you need to know for the week ahead.