Skip to main content
The Fibonacci REST API allows you to programmatically manage workflows, execute them, and interact with the Fibonacci platform.

Base URL

Authentication

All API requests require authentication via API key:
Get your API key from the Fibonacci Dashboard.

Quick Reference

Workflows

Execution

Workflow Versions

Workflow Registry

Pass ?include_archived=true to /workflow-registry to include archived entries in the response.

Organizations — Governance

Organizations — Quotas

Organizations — Tool Policies

Memory

Tools

Health

Request Format

All requests should include:

Response Format

Successful responses return JSON:
Error responses:

Rate Limits

Rate limit headers are included in responses:

SDKs

We recommend using our official SDKs:
  • Python: pip install fibonacci-sdk
  • Node.js: npm install @fibonacci/sdk (coming soon)

Example: Execute a Workflow

Response:

Example: Check Secrets Backend Health

Response:
See the Security guide for IAM requirements and the Governance guide for org-level policy endpoints.