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

Data residency

All product data — workflow definitions, executions, agent conversations, entity records, telemetry, credentials — lives inside your own WordPress database. There is no Project Flash dashboard you log into for the product itself; the dashboard you have at setyenv.com only handles licensing and plugin downloads.

What this means concretely

Type of dataWhere it livesWho sees it
Workflow definitionsYour wp_posts table (CPT pfw_workflow)Only people with access to your WP admin
Workflow executions / timelineYour wp_pfw_executions tableOnly your WP admin
Agent conversationsYour wp_pfagent_sessions tableOnly your WP admin
LLM API keysYour WordPress option store (AES-256-GCM encrypted, derived from your wp-config salts)Only your WP admin
Management entities and recordsYour wp_pfm_* tablesOnly your WP admin
Telemetry the plugin sends to setyenv.comSite fingerprint (hashed), plugin version, last-seen ts. No record content, no PII.Setyenv maintainer
License activationsThe Setyenv portalSetyenv maintainer

What about LLM provider data?

When you use WP-PFAgent (or AI nodes in WP-PFWorkflow) with a provider like OpenAI, the request travels directly from your WP server to that provider's API using your keys. Setyenv never proxies your traffic. Whatever data residency or compliance terms you have with that provider apply — the plugin does not insert itself in the middle.