scopeform
v0.1.1
Published
Identity and access management for AI agents
Downloads
10
Maintainers
Readme
Scopeform CLI
Identity and access management for AI agents.
Installation
npm install -g scopeformQuickstart
- Log in:
scopeform login- Initialize your agent project:
scopeform init- Register the agent and issue a scoped token:
scopeform deployUse
SCOPEFORM_TOKENin your agent runtime environment.Revoke active sessions when needed:
scopeform revoke <agent-name>Commands
scopeform login
Sign in with your email and password. Stores your auth token in ~/.scopeform/config.json.
Flags:
--api-url TEXTOverride the Scopeform API base URL.
scopeform init
Create a scopeform.yml file for the current project using interactive prompts.
scopeform deploy
Register the current project as an agent and write SCOPEFORM_TOKEN to .env.
Flags:
--api-url TEXTOverride the Scopeform API base URL.
scopeform revoke <agent-name>
Revoke all active tokens for the named agent.
Flags:
--api-url TEXTOverride the Scopeform API base URL.
scopeform logs <agent-name>
Show recent logs for the named agent.
Flags:
--limit INTEGERMaximum number of log entries to show. Default:20--service TEXTFilter by service--blocked-onlyShow only blocked calls--api-url TEXTOverride the Scopeform API base URL.
Global flags
--api-url TEXTDefault:SCOPEFORM_API_URLor the Scopeform production API URL--versionShow the installed package version
