Scopeform Deploy
Version updated for https://github.com/emartai/scopeform to version v0.1.1.
- This action is used across all versions by 0 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Scopeform is a security and access management tool designed for AI agents, enabling users to replace long-lived, hardcoded API keys with scoped, short-lived tokens for enhanced control and security. It automates the process of registering agents, issuing service-specific tokens, monitoring API usage, and revoking access on a per-agent basis through a centralized dashboard. This solution addresses challenges like shared credentials, lack of audit trails, and difficulty in revoking compromised keys, providing fine-grained access control and streamlined security for API interactions.
Release notes
Scopeform — Identity and access management for AI agents
Register your AI agents, issue scoped runtime tokens, and revoke access instantly — all from a CLI or dashboard.
What’s included
scopeform init— generatescopeform.ymlinteractivelyscopeform deploy— register agent and writeSCOPEFORM_TOKENto.envscopeform login / revoke / logs— full lifecycle management- Web dashboard — agent list, status badges, one-click revoke, call logs
- Scoped proxy for OpenAI, Anthropic, and GitHub
- Free tier — up to 5 agents forever
Install
pip install scopeform
# or
npm install -g scopeform
GitHub Actions usage
- uses: emartai/scopeform@v1
with:
token: ${{ secrets.SCOPEFORM_TOKEN }}