Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,10 @@ mailchimp auth login
# Option 2: Environment variable
export MAILCHIMP_API_KEY=your-api-key-us21

# Option 3: Direct flag (any command)
# Option 3: `authsome` + authsome skill for runtime credential injection in agent workflows
# https://github.com/manojbajaj95/authsome

# Option 4: Direct flag (any command)
mailchimp lists list --api-key your-api-key-us21
```

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ export MAILCHIMP_API_KEY=your-api-key-us21
mailchimp lists list --api-key your-api-key-us21
```

Or use [`authsome`](https://github.com/manojbajaj95/authsome) with the authsome skill, which handles runtime credential injection for agent workflows.

### Priority Order

1. `--api-key` flag
Expand Down