Get started
Install the SDK
pip install workflowaiAPI Key
Initialize the SDK
import os
import workflowai
workflowai.init( # This initialization is optional when using default settings
api_key=os.environ.get("WORKFLOWAI_API_KEY"), # This is the default and can be omitted
url="https://run.workflowai.com", # This is the default and can be omitted
)Write your first agent
Next steps
Last updated

