Get Agent Execution Environment Full
execution-environment
Get Agent Execution Environment Full
Get FULL resolved execution environment for an agent with template resolution.
This endpoint extends the basic /resolved endpoint by:
- Returning the complete execution environment (not just env vars)
- Including MCP servers with templates resolved
- Resolving templates in ALL text fields (system_prompt, description, etc.)
- Providing resolved secrets dict (for template context)
Returns: Complete execution environment dict with:
- env_vars: Resolved environment variables
- mcp_servers: MCP server configs with templates resolved
- secrets_resolved: Map of secret names to values (for templates)
- raw_config: Original config before template resolution
GET
Get Agent Execution Environment Full
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.
Authorizations
Enter your Kubiya API token (format: Bearer )
Path Parameters
Response
Successful Response
The response is of type Response Get Agent Execution Environment Full Api V1 Execution Environment Agents Agent Id Resolved Full Get · object.