AGENT REGISTRY

An agent can describe what it needs and find the right tool.

The registry publishes structured data for every plugin: the job it solves, components, compatibility, version, integrity, price and how to obtain it.

Paid plugin files are never exposed publicly. The registry can already start purchases from an agent and is ready to connect authorized autonomous payments without changing the catalog.

AGENT REGISTRYONLINE
Catalog
v1.5
Packages
Agent Plugins 1.0
Trust
SHA-256 · validation · scan
Commerce
Agent commerce ready
DISCOVERY

Entry point

https://pluginsforagents.com/.well-known/pluginsforagents.json
INTENT SEARCH

Search by task

https://pluginsforagents.com/wp-json/pluginsforagents/v1/search/intents
HEALTH

Registry status

https://pluginsforagents.com/wp-json/pluginsforagents/v1/health

llms.txt · llms-full.txt

LIVE INTENT EXPLORER

Describe the job, not the exact plugin keyword.

LIVE DATA
GET /wp-json/pluginsforagents/v1/pluginsWAITING
VIEW JSON RESPONSE
{}
01 / VALIDATION

Verified package

The ZIP is checked against Agent Plugins 1.0 rules: manifest, Agent Skills, MCP, safe paths and package structure.

VERIFIED PACKAGE · AUTOMATIC REVIEW
02 / INTEGRITY

Version identity

Each version records SHA-256, validation date, changelog and static-scan result.

SHA-256 · VERSION HISTORY
03 / COMPATIBILITY

Compatibility with context

We distinguish seller-declared compatibility from marketplace-tested and experimental compatibility.

TESTED · DECLARED · EXPERIMENTAL
AGENT COMMERCE

The catalog is designed for purchasing without breaking the agent flow.

Today the API can create a purchase_intent and continue through the normal checkout. The architecture includes a connection point for autonomous payments issued by an authorized provider: when that adapter is available for the account, the agent can buy within the limits set by its user.

  1. 01The agent finds a plugin
  2. 02Checks price, trust and compatibility
  3. 03Uses the available payment mode
  4. 04Payment confirmed and auditable
  5. 05Entitlement + temporary download
POST /wp-json/pluginsforagents/v1/purchase-intentsVIEW CONTRACT →
AGENT PLUGINS + PLUGINS FOR AGENTS

Agent Plugins defines how a capability is packaged. Plugins for Agents adds the place where people and agents can find, compare, verify and obtain it.