Indykite · Arazzo Workflow

Capture graph data then make an authorization decision

Version 1.0.0

Upsert nodes and a relationship into the Identity Knowledge Graph, then ask AuthZEN/KBAC whether a subject may act on a resource.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub CompanyIdentityAuthorizationAccess ControlKnowledge GraphAgentic AIMCPSecurityAuthZENArazzoWorkflows

Provider

indykite

Workflows

captureAndAuthorize
Batch-upsert nodes, connect them with a relationship, and evaluate a KBAC decision.
3 steps inputs: decision, nodes, relationship outputs: decision
1
upsertNodes
2
upsertRelationship
3
evaluateAccess

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Capture graph data then make an authorization decision
  version: 1.0.0
  summary: Upsert nodes and a relationship into the Identity Knowledge Graph, then ask AuthZEN/KBAC whether a subject may act on a resource.
sourceDescriptions:
- name: authzenApi
  url: ../openapi/indykite-authzen-api-openapi.yml
  type: openapi
- name: captureApi
  url: ../openapi/indykite-capture-api-openapi.yml
  type: openapi
workflows:
- workflowId: captureAndAuthorize
  summary: Batch-upsert nodes, connect them with a relationship, and evaluate a KBAC decision.
  inputs:
    type: object
    properties:
      nodes:
        type: array
      relationship:
        type: object
      decision:
        type: object
  steps:
  - stepId: upsertNodes
    operationId: createCaptureV1Node
    requestBody:
      contentType: application/json
      payload: $inputs.nodes
  - stepId: upsertRelationship
    operationId: createCaptureV1Relationship
    requestBody:
      contentType: application/json
      payload: $inputs.relationship
  - stepId: evaluateAccess
    operationId: createAccessV1Evaluation
    requestBody:
      contentType: application/json
      payload: $inputs.decision
    outputs:
      decision: $response.body#/decision
  outputs:
    decision: $steps.evaluateAccess.outputs.decision

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/indykite-capture-and-authorize"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.