Back to home
Quickstart
Start with one payment workflow.
PE is moving from API sandbox toward an AI payment office for clinics. Use the dashboard to test payer behavior, agent worklists, claim validation, and denial recovery.
bash
curl -H "Authorization: Bearer pe_live_YOUR_KEY" \ https://api.getpe.dev/v1/agent/worklist
GET
/v1/agent/worklistList claims, auths, denials, and payer blockers the agent is tracking.
POST
/v1/agent/work-items/:id/actionsRun the next safe action for a pended or denied workflow.
GET
/v1/pa/payersList supported payer profiles and simulated approval behavior.
POST
/v1/pa/submitCreate a prior authorization workflow with FHIR claim context.
POST
/v1/validateValidate a FHIR resource before it becomes a payer issue.
POST
/v1/workflows/runRun a reusable operational workflow template.