Setyenv · Docs
  • English
  • Spanish
  • Chinese
  • Japanese
  • Arabic
  • German
  • French
  • Hindi
  • Indonesian
  • Italian
  • Dutch
  • Portuguese
  • Russian
  • Turkish

Agent integration

When WP-PFAgent is installed alongside WP-PFManagement, the agent gains the ability to read and modify your structured data from natural-language requests.

What the agent can do

  • Discover your entity catalog — every entity, its fields, its actions, and the events it emits.
  • List records with the same query language you use in the admin, including pagination and field selection.
  • Read any single record by ID.
  • Create, update, or delete records — always behind the side-effect confirmation gate, never silently.

Example: "Create a ticket for the marketing team"

The agent will:

  1. Locate the ticket entity in your catalog.
  2. Read its schema to understand the required fields.
  3. Propose the new ticket and show you a confirmation card with the exact fields and values.
  4. Wait for your approval.
  5. Create the record once you approve.

Security

Every operation respects PFM's permission system. The agent cannot read entities the calling user lacks access to, and cannot write records that would violate field-level permissions or Business Rules. The agent runs as the WordPress user who started the chat — not as a privileged service account.