{"id":34066910,"url":"https://github.com/jentic/arazzo-engine","last_synced_at":"2026-04-10T10:04:17.733Z","repository":{"id":305702525,"uuid":"1020863182","full_name":"jentic/arazzo-engine","owner":"jentic","description":"The Engine for Arazzo: Generate, Automate, Document, Ship","archived":false,"fork":false,"pushed_at":"2026-03-12T13:57:46.000Z","size":1169,"stargazers_count":51,"open_issues_count":28,"forks_count":11,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-12T17:36:09.182Z","etag":null,"topics":["arazzo","arazzo-specification","generator","hacktoberfest","openapi","openapi3","openapi31","runner"],"latest_commit_sha":null,"homepage":"https://docs.jentic.com/reference/arazzo-engine/overview/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jentic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-16T14:04:30.000Z","updated_at":"2026-03-12T13:57:50.000Z","dependencies_parsed_at":"2025-08-19T09:24:28.997Z","dependency_job_id":"958b8f6b-a144-44a1-a670-133ed7b1f495","html_url":"https://github.com/jentic/arazzo-engine","commit_stats":null,"previous_names":["jentic/arazzo-engine"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/jentic/arazzo-engine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jentic%2Farazzo-engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jentic%2Farazzo-engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jentic%2Farazzo-engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jentic%2Farazzo-engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jentic","download_url":"https://codeload.github.com/jentic/arazzo-engine/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jentic%2Farazzo-engine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31637749,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arazzo","arazzo-specification","generator","hacktoberfest","openapi","openapi3","openapi31","runner"],"created_at":"2025-12-14T06:54:22.210Z","updated_at":"2026-04-10T10:04:17.726Z","avatar_url":"https://github.com/jentic.png","language":"Python","readme":"[![Discord](https://img.shields.io/badge/JOIN%20OUR%20DISCORD-COMMUNITY-7289DA?style=plastic\u0026logo=discord\u0026logoColor=white)](https://discord.gg/TdbWXZsUSm)\n\n# Arazzo Engine\n\nWelcome to the Arazzo Engine repository!  \nThis project is dedicated to building a powerful suite of tools for the **[Arazzo Specification](https://www.openapis.org/arazzo-specification)**—a new open-source standard from the **OpenAPI Initiative** for describing and executing complex sequences of API calls.\n\nAs a community-driven specification under the Linux Foundation, Arazzo is designed to revolutionize how we orchestrate and automate API interactions. This repository provides open-source tools to bring Arazzo workflows to life.\n\n\u003e **Join our community!** Connect with contributors and users on [Discord](https://discord.gg/yrxmDZWMqB) to discuss ideas, ask questions, and collaborate on the Arazzo Engine.\n\n---\n\n## What is Arazzo?\n\nArazzo is an official specification from the OpenAPI Initiative, joining the well-known OpenAPI Specification (OAS) and the new Overlay Specification.  \nWhile OAS excels at describing individual APIs, **Arazzo defines a standard, language-agnostic way to orchestrate calls across one or more APIs into a workflow.**\n\nIt makes API use cases human- and machine-readable, removing guesswork and enabling powerful automation for:\n\n* Interactive workflow documentation  \n* Code and SDK generation  \n* Automated testing  \n* Deterministic API invocation by AI agents  \n\nThis project, the **Arazzo Engine**, provides tools to harness the power of this new standard.\n\n---\n\n## What’s in this Repository?\n\nThis repository is home to a growing collection of tools for the Arazzo ecosystem, including the [Arazzo Runner](https://github.com/jentic/arazzo-engine/blob/main/runner/README.md) and the [Arazzo Generator](https://github.com/jentic/arazzo-engine/blob/main/generator/README.md).\n\n### [Arazzo Runner](https://github.com/jentic/arazzo-engine/blob/main/runner/README.md)\n\nThe Arazzo Runner is a command-line tool and Python library that executes Arazzo workflows.  \nIt powers the execution of your Arazzo definitions, handling everything from authentication and parameter passing to conditional logic and error handling.\n\n [**Learn more about the Arazzo Runner here.**](https://github.com/jentic/arazzo-engine/blob/main/runner/README.md)\n\n### [Arazzo Generator](https://github.com/jentic/arazzo-engine/blob/main/generator/README.md)\n\nThe Arazzo Generator is a command-line tool and Python library for analyzing OpenAPI specifications and generating meaningful Arazzo workflows by identifying logical API sequences and patterns.\n\n [**Learn more about the Arazzo Generator here.**](https://github.com/jentic/arazzo-engine/blob/main/generator/README.md)\n\n---\n\n## Join the Community\n\nThe Arazzo specification and the tools in this repository are open-source and community-driven.  \nWe believe the best way to build a powerful and flexible workflow standard is to do it in the open, with the support of the entire OpenAPI community.\n\nWhether you’re an API developer, a DevOps engineer, or simply someone passionate about automation, we invite you to get involved. Here are a few ways you can contribute:\n\n* **Try out the Arazzo Runner:** Use it to automate your own API workflows and share feedback.  \n* **Contribute to the code:** Help us build new features, fix bugs, and improve existing tools.  \n* **Improve the documentation:** Make the Arazzo specification and tools easier to understand and use.  \n* **Spread the word:** Tell your friends and colleagues about Arazzo and the Arazzo Engine.  \n\nWe’re excited to have you on board—let’s build the future of API orchestration together!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjentic%2Farazzo-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjentic%2Farazzo-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjentic%2Farazzo-engine/lists"}