anyformat provides official SDKs for Python and TypeScript. They are auto-generated from our OpenAPI specification using Stainless, so they stay in sync with every API update.
from anyformat import Anyformatclient = Anyformat() # reads ANYFORMAT_API_KEY from environment# Check API connectivityclient.health.check()# List your workflowsworkflows = client.workflows.list()print(workflows.results)