30 days free. No credit card. Full access from the moment you connect your site.

Start free trial

Manage Content AI Output

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

Abilityrank-math/manage-content-ai-output
ToolsetRank Math — toolset/rank-math
GroupRank Math › Content AI
RequiresRank Math SEO, active on the site
Capabilitymanage_options
SafetyWrites data
RepeatableIdempotent — running it twice leaves the same result
Ships inAcrossAI 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

NameTypeRequiredWhat it is
actionstringYessave or delete.
idstringRequired for deleteWhich stored output.
outputobjectRequired for saveThe output to store.

What comes back

NameTypeWhat it is
actionstringWhat was done.
idstringThe output affected.
successbooleanWhether the call completed.
messagestringA one-line summary of what happened, suitable for showing a human.
error_codestringPresent 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


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading