What problem does it solve?
Streamlines authoring, reviewing, and validating Earl HCL templates for new services or commands so teams can safely add provider integrations without leaking secrets or producing invalid templates.
Core Features & Use Cases
- Discover intent and check for existing provider templates before authoring new commands to avoid duplication.
- Infer the correct protocol (http, graphql, grpc, bash, sql) and load protocol-specific reference guidance and HCL shapes.
- Draft templates in memory following Jinja-in-HCL rules, present a human review gate before writing to disk, validate with earl templates validate, and provide a secrets checklist and verification call.
- Built-in safety checks and guidance (SSRF warnings, annotations for mode and secrets) to prevent misconfiguration and accidental destructive tests.
Quick Start
Draft a new Earl template for the GitHub API to create an issue, review and approve the draft, set the required secrets, and run a verification call.