Skip to content

AWS Bedrock

Terminal window
# Server-side (TapPass stores the key in its encrypted vault)
AWS_ACCESS_KEY_ID + AWS_SECRET_ACCESS_KEY + AWS_REGION_NAME
from tappass import Agent
agent = Agent("https://tappass.example.com", "tp_...")
response = agent.chat("Hello", model="bedrock/anthropic.claude-3-sonnet")
Terminal window
export OPENAI_BASE_URL=https://tappass.example.com/v1
export OPENAI_API_KEY=tp_...
# Any OpenAI-compatible tool now routes through TapPass

Uses LiteLLM’s Bedrock integration.

All requests pass through the full governance pipeline regardless of provider.