Moderation API

Moderation API provides content detection, human review workflows, author management, and moderation actions for online platforms.

11 actions Integration catalog
Request access
Connect Moderation API once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Evaluate Content Without StorageMODERATIONAPI_EVALUATE_CONTENT
Evaluate content without retaining it or adding it to a review queue, and return policy findings and the recommended moderation action.
Execute Moderation ActionMODERATIONAPI_EXECUTE_ACTION
Apply a discovered moderation action to content items or authors. Actions can reject content or block or suspend authors and may be irreversible; inspect LIST_ACTIONS before calling.
Get Account and QuotaMODERATIONAPI_GET_ACCOUNT
Return the connected Moderation API account, plan, current project, and current quota values.
Get Review QueueMODERATIONAPI_GET_REVIEW_QUEUE
Return metadata and item counts for a review queue by ID. Requires the paid review-queue add-on; contact Moderation API sales if review queues are not enabled for the connected organization.
Get WordlistMODERATIONAPI_GET_WORDLIST
Return one wordlist and its current words by ID.
List Moderation ActionsMODERATIONAPI_LIST_ACTIONS
List moderation actions available to the organization, optionally restricted to a review queue.
List Review Queue ItemsMODERATIONAPI_LIST_REVIEW_QUEUE_ITEMS
List and filter one page of moderation items in a review queue. Requires the paid Moderation API review-queue add-on.
List WordlistsMODERATIONAPI_LIST_WORDLISTS
List the organization's wordlists and their identifiers.
Modify Wordlist WordsMODERATIONAPI_MODIFY_WORDLIST_WORDS
Add words to or remove words from an existing wordlist.
Set Review Queue Item StatusMODERATIONAPI_SET_REVIEW_QUEUE_ITEM_STATUS
Mark a review queue item resolved or return it to pending. Requires the paid review-queue add-on.
Submit Content for ModerationMODERATIONAPI_SUBMIT_CONTENT_FOR_MODERATION
Evaluate content and allow Moderation API to retain it and add it to a review queue according to the project's configuration.