Capabilities
The AWS Bedrock AgentCore connector syncs the following resources:| Resource | Sync | Provision |
|---|---|---|
| Agents | ||
| OAuth2 Credential Providers | ||
| API Key Credential Providers | ||
| Gateways | ||
| Gateway Targets |
- Agents: Non-human identities (NHIs) for AI agents (workload identities).
- OAuth2 Credential Providers: OAuth2 client credentials stored in the Token Vault (GitHub, Slack, Google, etc.).
- API Key Credential Providers: API key credentials stored in the Token Vault (Stripe, SendGrid, etc.).
- Gateways: Proxies connecting agents to external tools. Each gateway has a “Gateway Access” entitlement showing which agent is associated.
- Gateway Targets: External tool/API endpoints connected through a gateway (e.g., MCP servers). Each target has a “Target Access” entitlement derived from its parent gateway.
Actions
The connector exposes the following Baton actions:provision_oauth_credential: Create or update an AgentCore OAuth2 credential provider (e.g. from a C1 Personal Client Credential) and point an existing gateway target at it.
Gather AWS credentials
Sign in to the AWS Management Console.
Attach the
BedrockAgentCoreFullAccess managed policy (or create a custom
policy with bedrock-agentcore:*).Configure the AWS Bedrock AgentCore connector
- Cloud-hosted
- Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by C1.Done. Your AWS Bedrock AgentCore connector is now pulling access data into C1.
Choose how to set up the new connector:
- Add the connector to a currently unmanaged app
- Add the connector to a managed app
- Create a new managed app
Enter the required configuration:
- AWS Access Key ID: The IAM access key ID.
- AWS Secret Access Key: The IAM secret access key.
- AWS Region: The AWS region (defaults to
us-east-1). - AWS Session Token: Optional, for temporary/SSO credentials.