Prerequisites
- You have an AWS account with Amazon Bedrock enabled in your chosen region.
- You have IAM credentials (access key and secret access key) with permission to invoke Bedrock models or Bedrock Agents.
- You have access to a Vijil team and permission to manage Keys and Agents.
Bedrock Foundation Models
Hub Parameters
You need to specify theregion, access_key, and secret_access_key in the hub_config parameter when creating an API key.
bedrock as the hub when creating an API key or new agent configuration in Vijil.
Model ID
If you’re evaluating a foundation model, you need to specify its Model ID from the list of supported models and prependus. to it. For example, if you want to evaluate amazon.nova-lite-v1:0, you would specify us.amazon.nova-lite-v1:0 as the model name.
Bedrock Agent Configuration
If you are evaluating a custom agent on Bedrock, you need to specify the following fields in thehub_config parameter when creating an API key:
bedrockAgents as the hub when creating an API key or new agent configuration in Vijil.
Register an Agent on Vijil
Once your Bedrock or Bedrock Agents credentials are stored as an API key, you can register an agent that uses this hub from the Vijil UI:- Press Register Agent.
- Enter an Agent name.
- Select AWS Bedrock as the Hub (for foundation models) or AWS Bedrock Agents as the Hub (for Bedrock-hosted agents).
- AWS Bedrock
- AWS Bedrock Agents

- Enter a model name (for example
us.amazon.nova-lite-v1:0for foundation models).
- Select an existing Bedrock or Bedrock Agents API key you configured earlier, or create a new one.
- Add a System Prompt if you want Vijil to send a default system prompt with every request to this agent.
Enterprise
If your organization uses enterprise-only features with Vijil:- Add an MCP server URL so the agent can access MCP tools exposed by that server.
- Add an A2A Agent Card URL so this agent can participate in agent-to-agent workflows defined in your enterprise.
