Skip to content

Shuffle/openapi-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

74d7dfc · Feb 27, 2025
Dec 5, 2023
Feb 12, 2021
Jan 22, 2021
Jan 31, 2021
Feb 27, 2025
Aug 25, 2021
Aug 3, 2021
May 25, 2022
Jun 14, 2021
Aug 27, 2020
Mar 17, 2021
May 21, 2020
Jan 15, 2025
Jun 22, 2021
Jul 16, 2021
Oct 13, 2022
Oct 10, 2022
Aug 3, 2021
Jan 31, 2021

Repository files navigation

OpenAPI

A directory to be used for OpenAPI specifications and Documentation. Contains just a SMALL subset of all APIs we support. Some are made by Shuffle, while other's are community contributed.

More than 2500 apps on shuffler.io/search

image

Why?

OpenAPI definitions are usually well hidden on vendors' websites where I've dug some of them up, before adding them here.

Creating apps with Shuffle's Documentation-reader AI image

About

Shuffle is an automation platform that leverages OpenAPI rather than a proprietary, code specific ecosystem to prevent the lockin issues with current SOAR products. It's based on NSA's WALKOFF, and works well with their platform as well. If something is off, please make a pull request or reach out.

Contribute

You can contribute an OpenAPI3, OpenAPI2 or Json-Schema specification in either JSON/Yaml format. There is no specific documentation format yet. If you have extra documentation for the app, please add it to /docs with the same name. E.g.

discord.yaml
docs/discord.md ## OR without md (below)
docs/discord

Goal

  1. Help standardize the API's for each TYPE of product (alerts, tickets)
  2. Not having to write custom python code for everything I automate anymore
  3. Teach security people about OpenAPI

Want a quickstart? Check this repo and import one in Shuffle

Other resources (non-infosec)