Skip to content

Commit 82bac55

Browse files
committed
docs: add API key setup instructions to README
1 parent 80761fb commit 82bac55

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,18 @@ This SDK is designed for Python teams who prefer code-first development. It prov
4848
pip install workflowai
4949
```
5050

51+
### API Key
52+
53+
To get started quickly, get an API key from [WorkflowAI Cloud](https://workflowai.com/organization/settings/api-keys). For maximum control over your data, you can also use your [self-hosted instance](https://github.com/WorkflowAI/workflowai), though this requires additional setup time.
54+
55+
Then, set the `WORKFLOWAI_API_KEY` environment variable:
56+
57+
```sh
58+
export WORKFLOWAI_API_KEY="your-api-key"
59+
```
60+
61+
### First Agent
62+
5163
Here's a simple example of a WorkflowAI agent that extracts structured flight information from email content:
5264

5365

0 commit comments

Comments
 (0)