II.
Tool JSON
Structured · livetool:tailscale
Tailscale json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:tailscale",
"_kind": "Tool",
"_file": "domain/tools/tools-infra-services.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Tailscale",
"homepageUrl": "https://tailscale.com",
"kind": "other",
"description": "Zero-config VPN built on WireGuard for connecting devices and services\nacross networks. Provides mesh networking, ACLs, MagicDNS, subnet\nrouting, and exit nodes for secure private network access.\n"
},
"outgoingEdges": [
{
"from": "tool:tailscale",
"to": "language:go",
"kind": "belongs_to_language"
},
{
"from": "tool:tailscale",
"to": "skill-area:networking",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:tailscale",
"to": "skill-area:networking",
"kind": "used_for"
},
{
"from": "tool:tailscale",
"to": "tool:ngrok",
"kind": "alternative_to",
"attributes": {
"comparison": "Network tunneling — Tailscale creates private mesh networks; ngrok exposes local services publicly"
}
}
],
"incomingEdges": [
{
"from": "tool:ngrok",
"to": "tool:tailscale",
"kind": "alternative_to",
"attributes": {
"comparison": "Network tunneling — ngrok exposes local services publicly; Tailscale creates private mesh networks"
}
}
]
}