AAI SDK
    Preparing search index...

    Type Alias AgentEnv

    AgentEnv: Record<string, string> & { "[hostCredentialsMarker]"?: never }

    Tenant-owned env — the only kind allowed to become ctx.env (what agent tool code reads). A HostCredentialEnv does not satisfy this type; plain records and other agent envs do.