Identity management
Enroll users and workloads, assign groups, and update access scope through API calls that integrate with your HR, ITSM, or internal portal.
Use NetSeed as a programmable access layer for users, services, and workloads.
Manage identities, policies, services, and access workflows through a central control surface. What you configure in the UI is also available through the API — with no hidden state.
Enroll users and workloads, assign groups, and update access scope through API calls that integrate with your HR, ITSM, or internal portal.
Create, update, and version access policies programmatically. Apply changes fleet-wide without touching network configuration or restarting tunnels.
Register internal services and define who can reach them through the API. Service boundaries are expressed as policy objects, not firewall rules.
Automate onboarding, offboarding, service enrollment, environment setup, and temporary access workflows — the scenarios that otherwise live in Slack threads.
The same operations available in the UI are available through the API — create, update, and revoke access in your own tooling.
# publish an internal service via the API$ curl -sX POST https://api.netseed.info/v1/services \ -H "Authorization: Bearer $NS_TOKEN" \ -d '{"name":"db-prod","policy":"eng-rw","node":"nsn-prod-01"}' > service registered · db-prod → nsn-prod-01 # issue a temporary access grant$ netseed access grant --user alice --service db-prod --ttl 2h> access granted · expires in 2h
Integrate NetSeed into internal portals, approval systems, and operational tooling. Access provisioning should happen in the system your team already uses.
NetSeed's API surface is designed for integration, not for replacing your existing workflows. Plug access provisioning into your ITSM, developer portal, or approval system — the API handles the rest.
The goal is that access provisioning disappears into the tools your team already uses. Engineers request access in your portal; the API handles enrollment, policy, and revocation.
通过统一的控制面管理身份、策略、服务与接入流程。你在界面中配置的一切,同样可以通过 API 使用——不存在隐藏状态。
通过 API 调用注册用户与工作负载、分配用户组、更新访问范围,并与你的 HR、ITSM 或内部门户集成。
以编程方式创建、更新并对访问策略进行版本管理。变更可在全体节点范围内生效,无需改动网络配置或重启隧道。
通过 API 注册内部服务并定义谁可访问。服务边界以策略对象表达,而非防火墙规则。
把入职、离职、服务接入、环境搭建与临时访问等流程自动化——这些原本散落在 Slack 线程里的场景。
界面中可用的操作,同样可通过 API 完成——在你自己的工具链中创建、更新和吊销访问权限。
# publish an internal service via the API$ curl -sX POST https://api.netseed.info/v1/services \ -H "Authorization: Bearer $NS_TOKEN" \ -d '{"name":"db-prod","policy":"eng-rw","node":"nsn-prod-01"}' > service registered · db-prod → nsn-prod-01 # issue a temporary access grant$ netseed access grant --user alice --service db-prod --ttl 2h> access granted · expires in 2h
将 NetSeed 集成进内部门户、审批系统与运维工具。访问开通应当发生在团队已经在用的系统里。
NetSeed 的 API 面向集成而设计,而非取代你现有的流程。把访问开通接入你的 ITSM、开发者门户或审批系统——其余交给 API。
目标是让访问开通消融在团队已经在用的工具之中。工程师在你的门户中申请访问,API 负责注册、策略与吊销。