A
AI Content Signals Content

Add custom bot User-Agents

Add custom bot User-Agents

What it does

Add custom bot User-Agents It is one of the abilities the AI Content Signals plugin exposes, so an AI agent connected to your site can run it for you.

Input schema

FieldTypeRequiredDescription
input string Required What you want this ability to do, in plain language.

Output schema

FieldTypeDescription
result string The result produced by the ability.

Permissions

The agent's WordPress user needs these capabilities. Grant only what's listed here, never a full admin account.

πŸ”’ edit_users

How an agent calls it

Agents call this ability by name and pass the inputs it needs. A call looks roughly like this:

ai-content-signals.add-custom-bot-user-agents
{
  "ability": "ai-content-signals.add-custom-bot-user-agents",
  "args": { "input": ... }
}

The agent runs the ability, then hands the result back for you to review before anything is published.

Keep exploring

More AI Content Signals abilities

All AI Content Signals abilities β†’
S
Search β€” allow or deny search indexing and traditional
AI Content Signals
search β€” allow or deny search indexing and traditional search results (links and short snippets)
E
Export and import settings as JSON for easy migration
AI Content Signals
Export and import settings as JSON for easy migration between sites