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/worklist

List claims, auths, denials, and payer blockers the agent is tracking.

POST
/v1/agent/work-items/:id/actions

Run the next safe action for a pended or denied workflow.

GET
/v1/pa/payers

List supported payer profiles and simulated approval behavior.

POST
/v1/pa/submit

Create a prior authorization workflow with FHIR claim context.

POST
/v1/validate

Validate a FHIR resource before it becomes a payer issue.

POST
/v1/workflows/run

Run a reusable operational workflow template.