iiRecord
Agentic AI Atlas · Postman
tool:postmana5c.ai
II.
Tool JSON

tool:postman

Structured · live

Postman json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/tools/postman.yamlCluster · domain
Record JSON
{
  "id": "tool:postman",
  "_kind": "Tool",
  "_file": "domain/tools/postman.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Postman",
    "homepageUrl": "https://www.postman.com",
    "kind": "api-tool",
    "description": "Collaboration platform for API development - request building, collections, and tests.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:postman",
      "to": "skill-area:api-design",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:postman",
      "to": "tool:insomnia",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "API testing clients"
      }
    },
    {
      "from": "tool:postman",
      "to": "tool:hoppscotch",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "API testing clients"
      }
    },
    {
      "from": "tool:postman",
      "to": "tool:bruno",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "API testing clients"
      }
    },
    {
      "from": "tool:postman",
      "to": "tool:httpie",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "API testing clients"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "skill-area:api-clients-sdks",
      "to": "tool:postman",
      "kind": "uses_tool"
    },
    {
      "from": "skill-area:api-design",
      "to": "tool:postman",
      "kind": "uses_tool"
    },
    {
      "from": "tool:insomnia",
      "to": "tool:postman",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "API testing clients"
      }
    },
    {
      "from": "tool:hoppscotch",
      "to": "tool:postman",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "API testing clients"
      }
    },
    {
      "from": "tool:httpie",
      "to": "tool:postman",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "API testing clients"
      }
    },
    {
      "from": "tool:bruno",
      "to": "tool:postman",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "API testing clients"
      }
    }
  ]
}