Skip to main content
By default, agents handle requests for all data tags. To configure agents to execute workloads for a specific data tag, deploy separate agents to each of your environments or VPCs, and set the agent tags variable to a comma separated list of key-value pairs. Some examples include:
# Execute APIs for the production data tag
"profile:production"

# Execute APIs for both the development and staging data tags
"profile:development,profile:staging" 

# Execute APIs for all data tags (default)
"profile:*" 
The agent tag format uses the profile: prefix for backwards compatibility. The profile: prefix is equivalent to targeting data tags — each profile:<KEY> value maps to the data tag with the matching key.
To configure agent tags, set the following variable depending on your deployment method.
superblocks_agent_tags = "profile:<DATA_TAG_KEY>"`