Skip to main content
Phinite APIs let external systems start Agent Graph runs—typically via triggers—using workspace API keys or OAuth tokens your admin provisions.

Authentication

string
required
Bearer token for API authentication. Format: Bearer YOUR_API_KEY
Never expose API keys in client-side code or public repos. Store keys in env variables or your secret manager.

Example: Trigger a webhook

  1. Create and deploy an Agent Graph with a trigger.
  2. Issue an API key under workspace API keys (role permitting).
  3. Call the trigger endpoint from your system; monitor runs in observability.
Trigger APIs execute deployed graph builds—not draft Studio saves. Build and assign an environment before testing production traffic.