rank-math/manage-content-ai-output saves or deletes a stored Content AI output on this site.
Local storage only. No credits are spent either way.
At a glance
| Ability | rank-math/manage-content-ai-output |
| Toolset | Rank Math — toolset/rank-math |
| Group | Rank Math › Content AI |
| Requires | Rank Math SEO, active on the site |
| Capability | manage_options |
| Safety | Writes data |
| Repeatable | Idempotent — running it twice leaves the same result |
| Ships in | AcrossAI Abilities Manager 0.0.34 and later |
How it works
The outputs are the results of requests that already cost credits. Storing them is how that spend stops being a one-off — a saved output can be read, reused and referred back to without another request.
Which makes deletion worth a moment’s thought despite costing nothing. Discarding an output discards work already paid for, and regenerating it means spending credits again for something you previously had.
That is the only asymmetry here. Nothing sends anything to Rank Math’s service and nothing is billed; the cost is entirely in what you throw away.
Idempotent in both directions.
Input
| Name | Type | Required | What it is |
|---|---|---|---|
action | string | Yes | save or delete. |
id | string | Required for delete | Which stored output. |
output | object | Required for save | The output to store. |
What comes back
| Name | Type | What it is |
|---|---|---|
action | string | What was done. |
id | string | The output affected. |
success | boolean | Whether the call completed. |
message | string | A one-line summary of what happened, suitable for showing a human. |
error_code | string | Present only on failure — a stable machine-readable reason, such as a missing field, a wrong field type or an unmet confirmation. |
Example
Ask your assistant:
Save this Content AI output.
It resolves to one call:
{
"ability": "rank-math/manage-content-ai-output",
"parameters": {
"action": "save",
"output": { "title": "Keyword research — wordpress performance" }
}
}Worth knowing
- No credits either way. Local storage only.
- Deleting discards work already paid for; regenerating costs again.
- Idempotent.
Related abilities
- Research Keyword with Content AI — what produces these
- Manage Content AI Prompts — the prompt library
Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager
Browse the rest: Every ability, by category