Generate AI project plans from your code, surface tasks in your own dashboards, listen to status changes via webhook. Works with Zapier, Make, n8n, Power Automate or custom code.
PathHub's logic isn't locked inside the app. Most in-app features are 1:1 available as a REST endpoint — AI features included.
POST a 1-2 sentence description, get back a full ActionPath: phases, tasks, risks, budget, compliance, stakeholders.
List, sub-resources, PATCH on individual tasks. Status changes trigger webhooks — perfect for dashboards and automations.
Seven events (task.status_changed, project.created, risk.added …), HMAC-signed, 3x retry with backoff.
RAG chat over your project documents, generate RACI/SWOT/risk matrices/Gantt, run autonomous agents — all via simple POST calls.
Full ActionPath as Markdown — perfect for feeding plans into ChatGPT/Claude or pasting into Notion/Confluence.
GDPR, NIS2, ISO 27001, industry rules — all DE/AT/CH regulations, filterable by country, industry, and company size.
From never tried to first successful call in under five minutes.
In the app under Tools › Developers / API. Pick a scope (read, write or ai). The key is shown only once — store it securely.
Header Authorization: Bearer phk_live_…. Base URL: https://app.pathhub.ai/api/v1. Responses are always JSON or Markdown.
POST to /v1/webhooks with your HTTPS URL. PathHub signs every delivery with HMAC-SHA256 — verify snippet is in the docs.
Curl snippets for the most common use-cases — copy-paste ready without further explanation.
Generate a project plan
From a 1-sentence description to a full ActionPath.
Tick a task
Also fires a task.status_changed webhook.
Create a webhook
Response includes secret just once — save it now.
19 endpoints, grouped by function. Full descriptions including request/response schemas live in the interactive reference.
Try it live: hit any endpoint with the "Try it out" button.
Open interactive referenceREST + Webhooks are generic enough that every major no-code tool can use them without a dedicated app.
The most common questions about tiers, limits and security.
X-PathHub-Signature: t=<unix_ts>,v1=<mac> carries timestamp and signature. A ready-to-use Node.js verify snippet lives in the full docs. Replay protection: reject deliveries older than 5 minutes.rate_limit_exceeded. Monthly quotas reset at the start of each month. Check current usage anytime via GET /v1/usage.Start free, upgrade to Pro anytime to enable the API. No setup, no waiting.
Create API key ›