Get Agent Execution Environment
execution-environment
Get Agent Execution Environment
Get resolved execution environment for an agent.
This endpoint:
- Fetches agent’s execution_environment and environment_ids from database
- Fetches and merges execution configs from all associated environments
- Merges agent’s own execution_environment (agent config overrides environment)
- Resolves all secret names to actual values
- Resolves all integration IDs to actual tokens
- Maps integration tokens to specific env var names
- Returns merged env var dict
Inheritance order (later overrides earlier):
- Environment 1 execution_environment
- Environment 2 execution_environment
- …
- Agent execution_environment
Returns: Dict of environment variables ready to inject into agent execution
GET
Get Agent Execution Environment
Documentation Index
Fetch the complete documentation index at: https://docs.kubiya.ai/llms.txt
Use this file to discover all available pages before exploring further.