Adapter

WordPress Adapter

A thin integration for teams using WordPress today.

A practical starting point for sites that need Intrinsic without replacing the existing CMS.

Adapter discipline

Integration without duplicating the platform.

Adapters should expose the surface cleanly inside the host stack while the platform keeps ownership of policy, planning, and learning.

01

Entry integration

The adapter sits inside the existing WordPress runtime so the site can expose Intrinsic without rewriting the whole content stack.

  • Fits existing plugin-driven deployments
  • Preserves editorial workflow
  • Adds the agent surface at the edge

02

Published surfaces

The adapter should publish manifest, action, and policy surfaces in ways that stay easy for assistants to read and easy for operators to manage.

  • Agent-facing manifest and policy routes
  • Explicit action endpoints
  • Static or cache-friendly machine outputs

03

Platform boundary

Planning, policy, generation, and network intelligence stay in the Intrinsic platform so the adapter stays thin and replaceable.

  • No duplicated business logic
  • Centralized orchestration
  • Shared contract across adapters

Linked surfaces

Where this adapter meets the public contract.

The adapter only matters if it resolves into real public surfaces that stay consistent with the rest of the site.

Linked surface

/capabilities/agent-interface

Relevant route for understanding how this adapter exposes capabilities into the wider Intrinsic public surface.

Html surface Adapter context

Linked surface

/agents/manifest.json

Relevant route for understanding how this adapter exposes capabilities into the wider Intrinsic public surface.

Json contract Adapter context

Linked surface

/audit

Relevant route for understanding how this adapter exposes capabilities into the wider Intrinsic public surface.

Html surface Adapter context

Next route

Follow the adapter back into the live site.

The adapter story should always resolve into a visible public contract and a visible commercial path.