Access that expires with the job
Workload identity sessions are issued at launch and expire at the end of the session — no credential rotation ceremony, no standing network access to clean up.
Give agents, CI jobs, and private inference services scoped access paths instead of broad internal network reach. Access is identity-bound, auditable, and revocable.
An AI agent that needs to query a vector store or call an internal API does not need a flat VPN grant to your internal network. NetSeed issues a workload identity and a scoped path — the agent reaches exactly the services it is assigned.
Workload identity sessions are issued at launch and expire at the end of the session — no credential rotation ceremony, no standing network access to clean up.
NetSeed treats AI agents and CI jobs as first-class identity subjects — not machines with network access, but named workloads with explicit service scope.
At launch, the agent or CI job authenticates via NSC and receives a short-lived workload identity. The identity carries the access scope defined in policy.
NSC opens a WireGuard tunnel. NSGW evaluates the workload identity and access scope at ingress — unauthorized service paths are dropped before they reach the site.
NSN proxies the connection to the assigned internal services. The workload can reach the vector store, the API, or the inference endpoint — nothing else.
Every service access produces a per-flow record. If an agent behaves unexpectedly, the workload identity can be revoked immediately — without touching network configuration.
The most sensitive part of an AI pipeline is the boundary between the model and the data it consumes. NetSeed enforces that boundary with policy, not network proximity.
Define an explicit access policy between the model serving layer and internal data sources. A compromise of the model layer does not grant network access to the data layer.
Each data access by an agent produces a structured per-flow record. Compliance reviews and incident investigations have a clear trail of what the agent reached and when.
If an agent identity is compromised or a job ends, the workload identity is revoked. No network reconfiguration, no firewall update, no VPN tunnel teardown.
需要查询向量库或调用内部 API 的 AI 智能体,并不需要对你内网的宽泛 VPN 授权。NetSeed 为其签发工作负载身份和一条按服务授权的路径——智能体只能访问被分配到的服务。
工作负载身份会话在启动时签发,并在会话结束时过期——无需凭据轮换仪式,也没有长期存在的网络访问需要清理。
NetSeed 将 AI 智能体和 CI 任务视为一等身份主体——不是拥有网络访问权的机器,而是拥有明确服务授权范围的具名工作负载。
启动时,智能体或 CI 任务通过 NSC 完成认证,获得短时有效的工作负载身份。该身份携带策略中定义的接入授权范围。
NSC 建立 WireGuard 隧道。NSGW 在入口处评估工作负载身份和接入授权范围——未授权的服务路径在到达站点前即被丢弃。
NSN 将连接代理到被分配的内部服务。该工作负载可访问向量库、API 或推理端点——除此之外别无其他。
每一次服务访问都会产生一条逐流记录。若某智能体出现异常行为,可立即撤销其工作负载身份——无需改动网络配置。
AI 流水线中最敏感的部分,是模型与其所消费数据之间的边界。NetSeed 以策略而非网络邻近性来强制这一边界。
在模型服务层与内部数据源之间定义明确的接入策略。模型层被攻破不会授予对数据层的网络访问权。
智能体的每次数据访问都会产生一条结构化的逐流记录。合规审查和事件调查都有清晰的轨迹,可查明智能体何时访问了什么。
若某智能体身份被攻破或任务结束,即撤销其工作负载身份。无需重新配置网络,无需更新防火墙,也无需拆除 VPN 隧道。