{"id":50947357,"url":"https://github.com/arcjet/cli","last_synced_at":"2026-06-17T21:32:25.219Z","repository":{"id":353865920,"uuid":"1210911943","full_name":"arcjet/cli","owner":"arcjet","description":"The Arcjet CLI gives you terminal access to the Arcjet security platform.","archived":false,"fork":false,"pushed_at":"2026-05-11T22:55:25.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-11T23:11:24.485Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arcjet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-04-14T22:09:38.000Z","updated_at":"2026-04-30T00:39:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/arcjet/cli","commit_stats":null,"previous_names":["arcjet/cli"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/arcjet/cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arcjet%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arcjet%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arcjet%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arcjet%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arcjet","download_url":"https://codeload.github.com/arcjet/cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arcjet%2Fcli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34466928,"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-17T21:32:24.641Z","updated_at":"2026-06-17T21:32:25.214Z","avatar_url":"https://github.com/arcjet.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://arcjet.com\" target=\"_arcjet-home\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://arcjet.com/logo/arcjet-dark-lockup-voyage-horizontal.svg\"\u003e\n    \u003cimg src=\"https://arcjet.com/logo/arcjet-light-lockup-voyage-horizontal.svg\" alt=\"Arcjet Logo\" height=\"128\" width=\"auto\"\u003e\n  \u003c/picture\u003e\n\u003c/a\u003e\n\n# Arcjet CLI\n\n\u003cp\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://img.shields.io/github/v/release/arcjet/cli?style=flat-square\u0026label=%E2%9C%A6Aj\u0026labelColor=000000\u0026color=5C5866\"\u003e\n    \u003cimg alt=\"GitHub release badge\" src=\"https://img.shields.io/github/v/release/arcjet/cli?style=flat-square\u0026label=%E2%9C%A6Aj\u0026labelColor=ECE6F0\u0026color=ECE6F0\"\u003e\n  \u003c/picture\u003e\n\u003c/p\u003e\n\n[Arcjet](https://arcjet.com) is the runtime security platform that ships with\nyour code. The Arcjet CLI gives you terminal access to the Arcjet security\nplatform — manage your sites, inspect traffic, and configure security rules\ndirectly from the command line or through AI coding agents.\n\nSee the [Arcjet docs](https://docs.arcjet.com) for the full platform\ndocumentation.\n\n## Installation\n\n### npx (recommended, no install)\n\nRun the CLI directly without installing it. Works on macOS, Linux, and Windows:\n\n```bash\nnpx -y @arcjet/cli@latest\n```\n\n### Homebrew (macOS and Linux)\n\n```bash\nbrew install arcjet/tap/arcjet\n```\n\n### Install script (macOS and Linux)\n\n```bash\ncurl -sSfL https://arcjet.com/cli/install.sh | bash\n```\n\n### Download a release\n\nDownload the latest binary for your platform from\n[Releases](https://github.com/arcjet/cli/releases). Extract the archive and\nplace the `arcjet` binary somewhere on your `PATH`. This is primarily intended\nfor internal redistribution and air-gapped environments.\n\nAvailable for macOS (Apple Silicon, Intel), Linux (x86_64, arm64), and Windows\n(x86_64, arm64).\n\n### Verify\n\n```bash\narcjet version\n```\n\n## Authentication\n\nLog in via your browser:\n\n```bash\narcjet auth login\n```\n\nThis opens a URL and displays a one-time code. Confirm the code in your browser\nto complete login.\n\nCheck your authentication status:\n\n```bash\narcjet auth status\n```\n\nLog out:\n\n```bash\narcjet auth logout\n```\n\nFor non-interactive use (CI, scripts, agents), set the `ARCJET_TOKEN`\nenvironment variable instead of logging in interactively.\n\n## Usage\n\n```bash\n# List your teams\narcjet teams list\n\n# List sites for a team\narcjet sites list --team-id team_01abc123\n\n# Get the SDK key for a site\narcjet sites get-key --site-id site_01abc123\n\n# Get a security briefing\narcjet briefing --site-id site_01abc123\n\n# Watch live requests\narcjet watch --site-id site_01abc123\n```\n\nUse `--output json` for machine-readable output. When stdout is not a TTY, JSON\nis the default. Use `--fields` to limit output to specific keys.\n\nRun `arcjet --help` to see all available commands, or\n`arcjet \u003ccommand\u003e --help` for details on a specific command.\n\n## Shell completions\n\nGenerate completion scripts for your shell:\n\n```bash\n# bash (current session)\nsource \u003c(arcjet completion bash)\n# bash (persist)\narcjet completion bash \u003e /etc/bash_completion.d/arcjet\n\n# zsh\narcjet completion zsh \u003e \"${fpath[1]}/_arcjet\"\n\n# fish (current session)\narcjet completion fish | source\n# fish (persist)\narcjet completion fish \u003e ~/.config/fish/completions/arcjet.fish\n```\n\n## Agent skills\n\nArcjet's agent-facing skills live at\n[arcjet/skills](https://github.com/arcjet/skills) and are installed via the\n[agentskills.io](https://agentskills.io) `skills` CLI into any compatible\nclient (Claude Code, Cursor, VS Code Copilot, and others):\n\n```bash\nnpx skills add arcjet/skills\n```\n\nThe [Arcjet plugin](https://github.com/arcjet/arcjet-plugin) bundles these\nskills (and more) for Claude Code and Cursor — install it with:\n\n```bash\nnpx plugins add arcjet/arcjet-plugin\n```\n\n## Get help\n\nNeed help with anything?\n[Email us](mailto:support@arcjet.com) or\n[join our Discord](https://arcjet.com/discord) to get support from our\nengineering team.\n\n## Support\n\nThis repository follows the [Arcjet Support Policy](https://docs.arcjet.com/support).\n\n## Security\n\nThis repository follows the [Arcjet Security Policy](https://docs.arcjet.com/security).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcjet%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farcjet%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcjet%2Fcli/lists"}