Kayhan Space · Arazzo Workflow

Screen an ephemeris and review conjunctions

Version 1.0.0

Upload an operator ephemeris to Satcat, make it operational, run a conjunction screening, and pull the resulting CDMs and plot.

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

Provider

kayhan-space

Workflows

screenEphemeris
Upload, operationalize, screen, and review conjunctions for an ephemeris.
5 steps inputs: ephemeris outputs: ephemerisId, screeningId
1
uploadEphemeris
Upload the operator ephemeris.
2
operationalizeEphemeris
Make the uploaded ephemeris the current operational ephemeris.
3
createScreening
Screen the operational ephemeris against the catalog.
4
listConjunctions
Retrieve the conjunction messages (CDMs) produced by the screening.
5
conjunctionPlot
Retrieve the conjunction plot for review.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Screen an ephemeris and review conjunctions
  version: 1.0.0
  summary: >-
    Upload an operator ephemeris to Satcat, make it operational, run a
    conjunction screening, and pull the resulting CDMs and plot.
sourceDescriptions:
- name: conjunctionApi
  url: ../openapi/kayhan-space-conjunction-api-openapi.yml
  type: openapi
- name: ephemerisApi
  url: ../openapi/kayhan-space-ephemeris-api-openapi.yml
  type: openapi
- name: screeningApi
  url: ../openapi/kayhan-space-screening-api-openapi.yml
  type: openapi
workflows:
- workflowId: screenEphemeris
  summary: Upload, operationalize, screen, and review conjunctions for an ephemeris.
  inputs:
    type: object
    properties:
      ephemeris:
        type: object
        description: Ephemeris payload / metadata accepted by POST /ephemerides
  steps:
  - stepId: uploadEphemeris
    description: Upload the operator ephemeris.
    operationId: create_ephemeris_ephemerides_post
    requestBody:
      contentType: application/json
      payload: $inputs.ephemeris
    outputs:
      ephemerisId: $response.body#/id
  - stepId: operationalizeEphemeris
    description: Make the uploaded ephemeris the current operational ephemeris.
    operationId: operationalize_ephemeris_ephemerides__id__operationalize_put
    parameters:
    - name: id
      in: path
      value: $steps.uploadEphemeris.outputs.ephemerisId
  - stepId: createScreening
    description: Screen the operational ephemeris against the catalog.
    operationId: create_screening_screenings_post
    outputs:
      screeningId: $response.body#/id
  - stepId: listConjunctions
    description: Retrieve the conjunction messages (CDMs) produced by the screening.
    operationId: list_conjunction_messages_conjunction_messages_get
  - stepId: conjunctionPlot
    description: Retrieve the conjunction plot for review.
    operationId: get_conjunction_plot_screenings_conjunction_plot_get
  outputs:
    ephemerisId: $steps.uploadEphemeris.outputs.ephemerisId
    screeningId: $steps.createScreening.outputs.screeningId

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-screen-ephemeris"
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.