Documentation Index
Fetch the complete documentation index at: https://docs.sigilcore.com/llms.txt
Use this file to discover all available pages before exploring further.
Installation
Usage
How It Works
checkElizaAction maps the ELIZA action name to a Sigil action type (lowercased), submits it to /v1/authorize, and returns null on approval or a rejection object on denial or hold.
Configuration
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey | string | Yes | — | Sigil API key (sk_sigil_...) |
apiUrl | string | No | https://sign.sigilcore.com | Sigil Sign endpoint |
agentId | string | No | 'agent' | Agent identifier |
onDenied | function | No | — | Called when action is denied |
onPending | function | No | — | Called when action is held |
onError | function | No | — | Called on network error |