CLI
Connectors
Discover app operations, connect accounts, smoke test payloads, and grant app access safely.
Connector lifecycle
- List or inspect the app.
- Discover relevant operations or triggers.
- Fetch live operation details before writing payloads.
- Create a connect request if no account exists.
- Execute a realistic smoke test and save the response artifact.
- Grant DYNAMIC or FIXED access to the workload.
- Only then wire functions, workflows, assistants, or apps.
Discovery and smoke test
lemma connector list --limit 100
lemma connector operation-discover gmail --query "send an email"
lemma connector operation-details gmail messages_send
lemma connector account list gmail
lemma connector operation-execute gmail messages_send --account-id <account-id> --payload-file ./payloads/messages-send.jsonAccess modes
| Mode | Use when |
|---|---|
| DYNAMIC | The runtime should act through the current caller connected account. |
| FIXED | The workload should always use a designated shared or service account. |