Stats
Actions
Tags
From epic-agent-skills
Use when the agent needs to create, list, rotate, or revoke API keys in the Epic FlowState portal
How this skill is triggered — by the user, by Claude, or both
Slash command
/epic-agent-skills:agent-manage-keysThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create, inspect, rotate, and revoke API keys for the Epic FlowState gateway.
Create, inspect, rotate, and revoke API keys for the Epic FlowState gateway.
agent-auth)EPIC_FLOWSTATE_API_KEY set in environment, or CLI logged inepic-agent keys list
# Shows: key ID, name, created date, last used, scopes
epic-agent keys create --name "my-agent" --scopes "read:agents,write:agents"
# Returns: key ID and secret (shown once — save it immediately)
epic-agent keys get <key-id>
# Shows: metadata, scopes, usage stats (not the secret)
# 1. Create replacement
epic-agent keys create --name "my-agent-v2" --scopes "read:agents,write:agents"
# 2. Update all consumers with new key
# 3. Revoke old key
epic-agent keys revoke <old-key-id>
epic-agent keys revoke <key-id>
# Immediate effect — all requests with this key will return 401
| Scope | Permissions |
|---|---|
read:agents | List and inspect agents |
write:agents | Create, update, delete agents |
read:logs | View action logs |
read:sessions | List OAuth sessions |
write:sessions | Revoke OAuth sessions |
read:webhooks | List webhook endpoints |
write:webhooks | Create, update, delete webhooks |
read:account | View account profile |
write:account | Update account profile |
epic-agent keys listwrite:keys scope on current credentialsnpx claudepluginhub epic-digital-im/epic-agent-skillsProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.