Open Settings in the sidebar. Your API key is shown in a masked field. Click the eye icon to reveal the full value, or the copy icon to copy it to your clipboard.
Treat your API key like a password. Anyone with this key can create runs, read results, and manage workflows on behalf of your organization.
from skyvern import Skyvernclient = Skyvern(api_key="YOUR_API_KEY")
Store the key in an environment variable (SKYVERN_API_KEY) rather than hardcoding it. In production, use your platform’s secrets management (AWS Secrets Manager, Vault, etc.).
API Reference
Full endpoint documentation with interactive playground