docs/agents/get-started/aws-claude.mdx
Create a managed agent on Claude Platform for AWS and connect it to Slack with the Novu CLI. No bridge server is required.
This path uses AWS Claude Platform credentials (region, workspace ID, API key). For Anthropic Claude directly, see Connect Claude managed agent.
<Note> **AWS Bedrock AgentCore** is a separate connector and is not available yet. Use **AWS Claude Managed Agent** for managed agents on AWS today. </Note>wrkspc_…)npx novu connect
When the CLI asks Where your agent runs?, select AWS Claude Managed Agent.
The CLI prompts for:
wrkspc_… under Workspaces in the AWS ConsoleNovu verifies the credentials and creates an AWS Claude runtime integration in your environment. </Step>
<Step> ## Create the agentDescribe the agent in plain text, for example:
Create an engineering assistant agent that checks Linear and GitHub for open issues, pending PR reviews, and review requests. It summarizes what needs attention, flags blockers and stale tickets, and posts a short daily standup digest. It keeps responses concise and links back to the relevant Linear issue or GitHub pull request.
Novu generates a name, identifier, system prompt, tools, MCP servers, and skills from that description.
Review the fields. Select Create this agent, or Regenerate from description to revise.
</Step>When prompted to pick a channel, select Slack.
xoxe.xoxp-).Open Slack and DM the agent (or @mention it in a channel). If the generated config includes Linear or GitHub MCP servers, the agent may prompt you to authorize them in-thread.
Manage channels and conversations in the Novu dashboard. </Step>
</Steps> <Note> Non-interactive / CI:npx novu connect \
--runtime claude-aws \
--aws-claude-api-key <key> \
--aws-claude-region <region> \
--aws-claude-workspace-id <wrkspc_…>
See Create an agent for the REST API. </Note>
<Prompt description="Copy an example agent description" icon="plug" actions={["copy", "cursor"]}> Create an engineering assistant agent that checks Linear and GitHub for open issues, pending PR reviews, and review requests. It summarizes what needs attention, flags blockers and stale tickets, and posts a short daily standup digest. It keeps responses concise and links back to the relevant Linear issue or GitHub pull request.
Use the Novu CLI (npx novu connect) with AWS Claude Managed Agent. Provide AWS region, workspace ID (wrkspc_…), and API key. Connect Slack as the first channel.
Reference: https://docs.novu.co/agents/get-started/aws-claude </Prompt>