
內容簡介
DraftFence AI Review 是一個為連接至 WordPress 的 AI 代理提供治理層的外掛。它允許經過身份驗證的 AI 擁有有限的功能,能夠創建草稿內容並提交內容或 SEO 變更供人類審核,讓網站擁有者和編輯團隊可以安全地利用 AI 協助。
【主要功能】
• 緊急開關可立即停用 AI 操作
• 草稿內容創建功能,適用於多種文章類型
• 人類審核工作流程,確保內容修改經過批准
• 提供內容變更的前後提案審查
• 風險標籤標示較大或敏感的變更
• 每位用戶的操作限額設定
外掛標籤
開發者團隊
原文外掛簡介
DraftFence AI Review is a governance layer for AI agents connected to WordPress. It gives authenticated AI identities a narrow, reviewable set of capabilities: list allowed content summaries, create draft-only content, and submit content or SEO changes as proposals for human review.
DraftFence AI Review is designed for site owners, agencies, SEO teams, and editorial teams who want AI help without handing an assistant unrestricted publishing power.
Key Features
Emergency switch to disable DraftFence AI Review AI operations immediately.
First-run onboarding wizard for guided setup.
Draft-only content creation for posts, pages, and selected REST-enabled public post types.
Human approval workflow for edits to existing content.
Before/after proposal review for titles, excerpts, and SEO fields.
Full content comparison using the snapshot captured when the proposal was created.
Risk badges that flag larger or more sensitive proposed changes.
AI identity profiles for per-user action, post type, risk, and payload limits.
Separate AI and human reviewer capabilities.
Conflict detection that blocks approval when content changed after proposal creation.
One-click rollback for approved proposals.
Email notifications for pending proposal review.
SEO title and description support for Yoast SEO, Rank Math, and AIOSEO-style meta keys.
Per-user hourly rate limits for AI operations.
Audit logs for allowed, blocked, failed, approved, and rejected actions.
Filterable audit screen with CSV export.
Configurable audit retention with daily pruning.
WordPress Abilities API registration when available.
REST API endpoints under /wp-json/draftfence-ai-review/v1/.
Why DraftFence AI Review?
Many WordPress AI plugins focus on generating content or exposing a broad MCP bridge. DraftFence AI Review focuses on governance: clear boundaries, human approval, operational limits, and reviewable logs. It can sit beside your preferred AI client, MCP adapter, or SEO plugin as the policy layer for content and SEO changes.
REST Endpoints
All endpoints require an authenticated WordPress user with the right capability. Application Passwords are recommended for AI client identities.
GET /wp-json/draftfence-ai-review/v1/status
GET /wp-json/draftfence-ai-review/v1/content?post_type=post&limit=20
POST /wp-json/draftfence-ai-review/v1/drafts
GET /wp-json/draftfence-ai-review/v1/proposals
POST /wp-json/draftfence-ai-review/v1/proposals
POST /wp-json/draftfence-ai-review/v1/proposals/{id}/approve
POST /wp-json/draftfence-ai-review/v1/proposals/{id}/reject
POST /wp-json/draftfence-ai-review/v1/proposals/{id}/rollback
WordPress Abilities
When the WordPress Abilities API is available, DraftFence AI Review registers:
draftfence-ai-review/status
draftfence-ai-review/list-content
draftfence-ai-review/create-draft
draftfence-ai-review/propose-content-seo-update
draftfence-ai-review/list-pending-proposals
draftfence-ai-review/approve-proposal
draftfence-ai-review/reject-proposal
draftfence-ai-review/rollback-approved-proposal
