Kayhan Space · Arazzo Workflow

Ingest CDMs and inspect a conjunction event

Version 1.0.0

Upload CCSDS Conjunction Data Messages, attach one to a conjunction event, and inspect a specific CDM to support a mitigation decision.

1 workflow 1 source API 1 provider
View Spec View on GitHub CompanyFrontier TechSpaceSatelliteSpace Situational AwarenessCollision AvoidanceSpace Traffic ManagementAerospaceAstrodynamicsArazzoWorkflows

Provider

kayhan-space

Workflows

reviewConjunctionEvent
Upload CDMs, attach to an event, and inspect a CDM.
4 steps inputs: cdmId, cdms, eventKey outputs: eventKey
1
uploadCdms
Upload third-party CCSDS CDMs into Satcat.
2
listEvents
List conjunction events to locate the target event_key.
3
attachCdmToEvent
Attach a CCSDS CDM to the conjunction event.
4
inspectCdm
Read a specific CDM's risk fields (miss distance, Pc, covariance).

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Ingest CDMs and inspect a conjunction event
  version: 1.0.0
  summary: >-
    Upload CCSDS Conjunction Data Messages, attach one to a conjunction event,
    and inspect a specific CDM to support a mitigation decision.
sourceDescriptions:
- name: conjunctionApi
  url: ../openapi/kayhan-space-conjunction-api-openapi.yml
  type: openapi
workflows:
- workflowId: reviewConjunctionEvent
  summary: Upload CDMs, attach to an event, and inspect a CDM.
  inputs:
    type: object
    properties:
      cdms:
        type: object
        description: CCSDS CDM payload accepted by POST /conjunction_messages
      eventKey:
        type: string
        description: The event_key of the conjunction event to work
      cdmId:
        type: string
        description: Identifier of a specific CDM to inspect
  steps:
  - stepId: uploadCdms
    description: Upload third-party CCSDS CDMs into Satcat.
    operationId: upload_cdms_conjunction_messages_post
    requestBody:
      contentType: application/json
      payload: $inputs.cdms
  - stepId: listEvents
    description: List conjunction events to locate the target event_key.
    operationId: list_events_events_get
  - stepId: attachCdmToEvent
    description: Attach a CCSDS CDM to the conjunction event.
    operationId: add_cdm_to_event_events__event_key__ccsds_cdm_post
    parameters:
    - name: event_key
      in: path
      value: $inputs.eventKey
  - stepId: inspectCdm
    description: Read a specific CDM's risk fields (miss distance, Pc, covariance).
    operationId: get_conjunction_message_by_id_conjunction_messages__cdm_id__get
    parameters:
    - name: cdm_id
      in: path
      value: $inputs.cdmId
  outputs:
    eventKey: $inputs.eventKey

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/kayhan-space-cdm-event-review"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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