Skip to main content

Prerequisites

Before you begin, make sure you have:

Python 3.11+

Fibonacci requires Python 3.11 or higher

API Key

Sign up at fibonacci.today to get your API key

Installation

Install the Fibonacci SDK using pip:
For secure API key storage, install with the security extras:

Set Up Authentication

Create a .env file in your project root:
.env
Never commit your .env file to version control. Add it to your .gitignore.
Or use secure keychain storage (recommended for production):

Your First Workflow

Let’s create a simple workflow that uses AI to analyze text:

Expected Output

What’s Next?

Build Your First Real Workflow

Create a complete workflow with multiple nodes and tool integrations

Learn About Nodes

Understand the different node types and when to use each

Explore Tools

Connect to Google Sheets, Slack, and 100+ other services

Security Best Practices

Learn how to secure your API keys and audit your workflows
Congratulations! You’ve just created and deployed your first Fibonacci workflow.