| parameter | from | CLI parameters via -r key=value | data-providers.md |
| env | from | Read/set/list environment variables | data-providers.md |
| static | from | Literal pass-through values | data-providers.md |
| file | from, action | Read/write files and file trees | data-providers.md, action-providers.md |
| exec | from, transform, action | Run shell commands (embedded POSIX) | data-providers.md, action-providers.md |
| http | from | HTTP requests with auth, pagination, retry | data-providers.md |
| git | from, action | Local git operations | data-providers.md |
| github | from, transform, action | Full GitHub API (GraphQL + REST) | github-provider.md |
| hcl | from, transform | Parse, format, validate, generate HCL/Terraform | hcl-provider.md |
| secret | from | Encrypted secrets store | data-providers.md |
| identity | from | Auth identity info (claims, status) | data-providers.md |
| metadata | from | Runtime metadata (version, solution info) | data-providers.md |
| debug | from, transform, validation, action | Inspect resolver data during execution | data-providers.md |
| sleep | from | Delay execution for rate limiting | data-providers.md |
| solution | from | Cross-solution references | data-providers.md |
| cel | transform | CEL expression evaluation | transform-providers.md |
| go-template | transform, action | Go template rendering | transform-providers.md, action-providers.md |
| validation | validation | CEL-based rule validation | transform-providers.md |
| directory | from, action | List directories in resolvers and manage directories in actions | data-providers.md, action-providers.md |
| message | action | Terminal output and structured data display | action-providers.md |