AIparently provides a focused, WordPress-native workflow for classifying posts, pages, and media as not using AI, AI-assisted, or AI-generated.
AIparently is developed and maintained by CDL – Cook Digital Labs.
The plugin deliberately separates the editor’s classification from the disclosure decision. A central, versioned rule engine converts the stored classification into visible and machine-readable disclosure information without rewriting saved content.
AIparently stores the editor’s declaration as normal WordPress post metadata. Missing metadata remains “not reviewed” and is not silently interpreted as a declaration.
The versioned rule engine derives the current disclosure whenever content is rendered. Future rule changes therefore do not require rewriting stored classifications.
AIparently registers endpoints under aiparently/v1:
GET /content lists content the authenticated user can edit and requires the edit_posts capability.GET /content/<id> is public for published supported content and otherwise requires edit access.POST, PUT, or PATCH /content/<id> updates a classification and requires edit access for that item.Authenticated WordPress REST requests use WordPress core authentication, including REST nonces for cookie-authenticated requests.
AIparently stores classifications and settings only in the site’s WordPress database through native WordPress metadata and options APIs. It does not create custom database tables.
The plugin does not collect personal data, contact third-party services, load remote assets, track visitors, or send telemetry.
AIparently does not connect to external services and does not make external network requests.