Create your account
Get your API key and access to your hosted PFC environment.
Get Started
PFC sits at the execution boundary of your workflow and decides whether an AI-generated action is allowed before it commits.
No monitoring after the fact.
No trust-by-assumption.
Just deterministic control before execution.
From email workflows to automated system actions, PFC adds a control layer in front of execution so only approved actions are allowed to happen.
Getting started with PFC is simple.
Get your API key and access to your hosted PFC environment.
Send a sample action to PFC and see it return an allow or block decision.
Place PFC directly in front of your send, update, refund, or commit step.
Once connected, your workflow checks with PFC before execution every time.
PFC does not replace your AI system.
It governs the moment when AI output turns into action.
That means your system can still generate drafts, recommendations, and proposed actions. But before anything is sent, changed, approved, or committed, PFC evaluates the exact action and determines whether it is allowed to execute.
Incoming email → AI drafts response → system sends
The action executes without a control decision at the boundary.
Incoming email → AI drafts response → proposed send action goes to PFC → PFC returns allow or block → only approved actions send
PFC sits in front of the send step and governs the action before execution.
This is how PFC prevents AI from taking unapproved actions in production.
Use your API key to evaluate a proposed action.
curl -X POST "https://pfc-api.fly.dev/v1/evaluate" \
-H "x-api-key: YOUR_API_KEY" \
-H "x-pfc-nonce: test-nonce-001" \
-H "x-pfc-timestamp: 1700000000" \
-H "Content-Type: application/json" \
-d '{
"action": "send_email",
"recipient": "customer@example.com",
"subject": "Order Update",
"body": "Your order has shipped."
}'
If PFC returns an allow decision, the action is approved.
If it returns block, the action does not execute.
PFC belongs directly in front of execution.
If an AI-generated output can change a real system, PFC should sit in front of it.
PFC is designed for environments where action control matters.
Once you create an account, you can:
Activation Path
If you already know the task you want to govern, PFC can be added at the exact step where execution happens.
Ready To Launch
The fastest way to understand PFC is to test one real action in your own workflow.
$49/month includes 1,000 governed decisions. Start with one workflow and expand as needed.
No. PFC sits in front of execution. Your AI can still generate outputs, but actions are governed before they commit.
Any action that can be represented before execution, including sending email, updating records, issuing refunds, and triggering workflow steps.
No. Many workflows can start with a simple insertion point before execution, then expand from there.
Choose one action type, get your API key, run one live evaluation, and place PFC directly before execution.