How to use?
1. Set up your AWS environment and cost controls
a. Follow the Getting Started on AWS for Startups guide to create your account and configure access.
b. Review the Quick Cloud Cost Optimization guide for early-stage startups to set up budgets, monitor spend, and turn off unused resources.
2. Install dependencies
a. Install the AWS CLI for your operating system.
b. Install Python 3.9+ with boto3 and the AgentCore SDK: pip install bedrock-agentcore-starter-toolkit boto3
3. Configure AgentCore MCP https://awslabs.github.io/mcp/servers/amazon-bedrock-agentcore-mcp-server in your AI tool (e.g. Kiro CLI)
4. Enter a working folder. Put your OpenAPI schema file (.yaml or .json) in the current folder. If deploying a Lambda target, also put your Python implementation code in the same folder.
5. Copy the prompt
a. Click "Copy Prompt" to copy the prompt into your clipboard.
6. Test your prompt
a. Paste the prompt into your AI tool (e.g., Kiro CLI, Cursor, Claude Code) and run it.
b. The assistant will ask whether you have an existing API (REST API target) or need to deploy code (Lambda target).
7. Review, deploy, and monitor
a. Review the generated resources, IAM permissions, and estimated costs.
b. Deploy to a development environment first.
c. Monitor performance and spend before moving to production.