bulkDeleteObjectRecords | Preview or permanently delete records of one CRM type using the same filters as record listing. |
connectIntegration | Connect a known provider in one shot: encrypts + stores every required credential and registers the inbound-webhook signature config. |
createObjectType | Define a new object type with an initial schema. |
createOutreachSequence | Compile a linear cold-email sequence into a dormant v2 audience flow and save it. |
createRelation | Declare a new relation between two object types. |
deleteContent | Permanently delete a content item by ID. |
deleteContentType | Permanently delete a content type. |
deleteCredential | Remove a credential. |
deleteInboundWebhook | Remove an inbound webhook config. |
deleteMemory | Delete a memory entry. |
deleteObjectRecord | Permanently delete a record by id. |
deleteObjectType | Hard-delete an object type. |
deleteRelation | Delete a declared relation. |
deleteWorkflow | Permanently delete a workflow by id. |
disconnectIntegration | Disconnect a known provider — deletes the stored credentials and the inbound webhook config. |
enrollOutreachAudience | LAUNCHES the sequence — real emails begin sending (throttled by the project’s /integrations/gmail caps + window). |
getActionItems | Surface what needs attention right now PLUS what’s queued to ship soon: failed posts, unanswered reviews, scheduled email sends, scheduled social posts, pending inquiries. |
getBranding | Get the project’s visual brand identity — colors, fonts, logos, tagline, keywords, guidelines, plus pre-resolved design tokens. |
getContent | List content items OR read one in full. |
getContentType | List content types OR read one with field-type docs. |
getContentTypeUsageCount | Count how many content items exist under a given content type. |
getFeedback | Search known issues OR read one in full. |
getMemory | List memory entries OR read one in full. |
getObjectRecord | Read records. |
getObjectType | Inspect object types defined in this workspace. |
getProject | List accessible workspaces OR read one in full. |
getProjectContext | Get the foundational context for a project — brand voice, ICP, and strategy. |
getWorkflow | Inspect workflows. |
listAssets | List uploaded assets (images, video, documents, audio) in the project’s library. |
listCredentials | List credentials stored in this workspace — NAMES AND METADATA ONLY. |
listInboundWebhooks | List every inbound-webhook source configured in this workspace. |
listIntegrations | List every known integration provider with this workspace’s connection status. |
listOutreachAudiences | List CRM Lists usable as an outreach audience. |
listOutreachSenders | List Gmail mailboxes available to send outreach from. |
listOutreachSequences | List v2 outreach sequences with KPIs (enrolled / sent / replied / finished / failed / active). |
listRelatedRecords | List records linked to a given record via a named relation. |
listWorkflowRuns | List recent workflow runs. |
recall | Search memory by subject. |
saveContent | Create OR update a content item. |
saveContentType | Create OR update a content type (schema). |
saveCredential | Set (upsert) a custom credential by name. |
saveInboundWebhook | Set (upsert) an inbound webhook config for a custom source. |
saveMemory | Create or update a memory entry — a single markdown blob keyed by slug. |
saveObjectRecord | Create or update a record. |
saveWorkflow | Create or update a workflow. |
sendEmailToPerson | Send an email to a Person record. |
setRelationLabel | Rename the display label on one side of an existing relation. |
setWorkflowActive | Toggle a workflow’s isActive flag. |
submitFeedback | Send feedback about Sapt — platform issues (routed to GitHub for the dev team) OR user-side support requests (routed to the same support queue as app.sapt.ai/support). |
switchProject | Switch the active workspace for the remainder of this session. |
testIntegration | Test a connected integration by making a probe call against the provider’s API using the stored credentials. |
updateBranding | Update visual brand identity. |
updateObjectType | Patch an existing object type’s schema or metadata. |
uploadImageFromUrl | Upload an image to the project’s asset library by URL. |
whoami | Identify yourself — who Claude is acting as AND which workspace is currently active. |