{"id":50951228,"url":"https://github.com/backworkai/verity-cli","last_synced_at":"2026-06-18T01:32:19.238Z","repository":{"id":334624854,"uuid":"1142092764","full_name":"backworkai/verity-cli","owner":"backworkai","description":"Command line interface for the Verity API (Go) - Single binary, no runtime required","archived":false,"fork":false,"pushed_at":"2026-05-23T16:24:24.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-23T18:16:07.413Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/backworkai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-25T23:48:38.000Z","updated_at":"2026-05-23T16:24:27.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/backworkai/verity-cli","commit_stats":null,"previous_names":["tylerbryy/verity-cli","tylergibbs1/verity-cli","backworkai/verity-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/backworkai/verity-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backworkai%2Fverity-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backworkai%2Fverity-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backworkai%2Fverity-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backworkai%2Fverity-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/backworkai","download_url":"https://codeload.github.com/backworkai/verity-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backworkai%2Fverity-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34472822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-18T01:32:17.956Z","updated_at":"2026-06-18T01:32:19.232Z","avatar_url":"https://github.com/backworkai.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Verity CLI\n\nOfficial command line interface for the [Verity API](https://verity.backworkai.com): Medicare coverage policies, medical code intelligence, prior authorization checks, claim validation, compliance review, and drug formulary evidence.\n\nThe CLI is designed for shell workflows, operational scripts, and quick ad hoc lookups.\n\n## Installation\n\nInstall with Go:\n\n```bash\ngo install github.com/backworkai/verity-cli/cmd/verity@v1.0.0\n```\n\nMake sure your Go bin directory is on `PATH`, commonly `$(go env GOPATH)/bin`.\n\nBuild from source:\n\n```bash\ngit clone https://github.com/backworkai/verity-cli.git\ncd verity-cli\ngo mod tidy\ngo build -o verity .\nsudo mv verity /usr/local/bin/\n```\n\nTagged releases publish pre-built binaries and checksums on [GitHub Releases](https://github.com/backworkai/verity-cli/releases).\n\n## Quick Start\n\n```bash\nexport VERITY_API_KEY=vrt_live_YOUR_API_KEY\n\nverity health\nverity check 76942 --include rvu,policies\nverity prior-auth 76942 --state TX --diagnosis M54.5\nverity policies list --query \"ultrasound guidance\" --type LCD\n```\n\nGet an API key from the [Verity dashboard](https://verity.backworkai.com/dashboard).\n\n## Configuration\n\nConfiguration is resolved in this order:\n\n1. Command line flags\n2. Environment variables prefixed with `VERITY_`\n3. `~/.verity.yaml`\n\n```yaml\napi_key: vrt_live_YOUR_API_KEY\nbase_url: https://verity.backworkai.com/api/v1\noutput: table\n```\n\n```bash\nexport VERITY_API_KEY=vrt_live_YOUR_API_KEY\nexport VERITY_BASE_URL=https://verity.backworkai.com/api/v1\nexport VERITY_OUTPUT=json\n```\n\n## Commands\n\n### Code Lookup\n\n```bash\nverity check 76942\nverity check 76942 --include rvu,policies --jurisdiction JM\nverity batch 76942 99213 --include rvu,policies --output json\n```\n\n### Policies and Coverage\n\n```bash\nverity policies list --query \"ultrasound guidance\" --type LCD\nverity policies get L33831 --include criteria,codes\nverity policies compare 76942 --jurisdictions JM,JH,JK\nverity policies changes --since 2026-01-01T00:00:00Z\nverity coverage search \"diabetes\" --section indications --limit 10\nverity evaluate L33831 --procedure 76942 --diagnosis M54.5\n```\n\n### Prior Authorization and Claims\n\n```bash\nverity prior-auth 76942 --state TX --diagnosis M54.5 --payer medicare\nverity prior-auth research 27447 --payer \"UnitedHealthcare\" --state TX --sync\nverity claims validate 99213 --diagnosis E11.9 --payer Medicare --state TX\n```\n\n### Spending, Compliance, and Drugs\n\n```bash\nverity spending T1019 T1020 --year 2023\nverity compliance unreviewed --limit 10\nverity compliance stats\nverity compliance ack 123 --notes \"Reviewed\"\nverity drugs formulary ozempic --payer all --limit 5\n```\n\n### Webhooks\n\n```bash\nverity webhooks list\nverity webhooks create --url https://example.com/webhooks/verity --events policy.updated\nverity webhooks test 123\n```\n\n## Output Formats\n\nAll commands support the global output flag:\n\n```bash\nverity check 76942 --output json\nverity policies list --query diabetes --output yaml\n```\n\nSupported formats are `table`, `json`, and `yaml`.\n\n## Global Flags\n\n```text\n--api-key string    Verity API key, or set VERITY_API_KEY\n--base-url string   API base URL\n--config string     Config file path\n-o, --output        Output format: table, json, yaml\n```\n\n## Shell Completion\n\n```bash\nverity completion bash\nverity completion zsh\nverity completion fish\nverity completion powershell\n```\n\n## Development\n\n```bash\ngo mod tidy\ngo test ./...\ngo vet ./...\ngo build -o verity .\n```\n\n## Release\n\n1. Push a tag such as `v1.0.0`.\n2. The release workflow runs tests, cross-compiles macOS, Linux, and Windows binaries, writes SHA-256 checksums, and creates a GitHub Release.\n3. `go install github.com/backworkai/verity-cli/cmd/verity@latest` resolves through the public Go module proxy after the tag is indexed.\n\n## Support\n\n- Documentation: https://verity.backworkai.com/docs\n- Issues: https://github.com/backworkai/verity-cli/issues\n- Email: support@verity.backworkai.com\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackworkai%2Fverity-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbackworkai%2Fverity-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackworkai%2Fverity-cli/lists"}