API Key
Learn about API Keys in Laminar
Overview
API keys in Laminar are used to authenticate external workflow executions. They are created and managed in workspace settings and provide secure access to execute workflows via the API.
API Key Model
Field
Type
id
Integer (int64)
key
String
name
String
workspaceId
Integer (int64)
createdAt
DateTime
Usage
API keys are required when executing workflows externally through the API:
Best Practices
Rotate keys periodically for security
Never share or commit API keys to version control
Use meaningful names to track key usage
Last updated
Was this helpful?