lukelalor/Deploy Claude Agent
Deploy a managed Claude agent from a YAML configuration file in version control
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| agent_id | The ID of the Claude agent to update. Optional if the config file contains an id field. | no | — |
| config_file | Path to the YAML configuration file for the agent (relative to the repository root) | yes | — |
| anthropic_api_key | Anthropic API key with permission to manage agents | yes | — |
| allow_creation | If true, create a new agent when no agent ID is provided via the agent_id input or the config file's id field | no | false |
Outputs
| name | description |
|---|---|
| agent_id | The ID of the agent that was created or updated |
| version | The version of the agent after the update |