Archive & search
Recover anything, find anything
Soft-deleted clients, projects, media, automations, and templates land in the archive, where you can restore or permanently delete them. A unified search spans your workspace.GET /v1/archiveandGET /v1/archive/countsPUT /v1/archive/restoreandDELETE /v1/archive/permanentGET /v1/search— search across the workspace
Goals & version history
Targets and a project timeline
Set targets for any metric and track progress in reports. Every project keeps a change history you can inspect and roll back to.POST /v1/goals— define a target (POST /v1/goals/{id}/duplicateto clone)GET /v1/projects/{project_id}/changes— version historyGET /v1/projects/{project_id}/at/{seq}— load a past version
Notifications & activity log
Stay informed
In-app notifications for automation failures, data-source disconnects, and team events, plus a full audit log of account activity.GET /v1/notificationsandDELETE /v1/notifications/bulkPUT /v1/notifications/preferences— email, Slack, and Discord deliveryGET /v1/activity— audit log
API keys
Programmatic access
Issue API keys to call the REST API outside the app. Keys carry an access level and can be revoked instantly.POST /v1/api-keys— create a key (secret shown once)DELETE /v1/api-keys/{id}— revoke a key