The customer-facing avflow Worker. Every request below requires
Authorization: Bearer avf_<appId>.<random>.
POST /v1/jobs — create or update a job (upsert). body.name is required and uniquely identifies the job within your app.GET /v1/jobs — list active jobs.GET /v1/jobs/<name> — fetch one job.DELETE /v1/jobs/<name> — delete one job.