You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: pass AGENTEX_DEPLOYMENT_ID in registration metadata
Read AGENTEX_DEPLOYMENT_ID env var at startup and include it as
deployment_id in registration_metadata when calling POST /agents/register.
This links the agent pod to its deployment record in the Agentex backend,
enabling versioned deployments, preview routing, and promotion.
When the env var is not set, behavior is identical to before.
0 commit comments