# api-workbench **Repository Path**: mirrors_mulesoft/api-workbench ## Basic Information - **Project Name**: api-workbench - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # API Workbench [![Build Status](https://travis-ci.org/mulesoft/api-workbench.svg?branch=code)](https://travis-ci.org/mulesoft/api-workbench) [![Stories in Ready](https://badge.waffle.io/mulesoft/api-workbench.png?label=ready&title=Ready)](https://waffle.io/mulesoft/api-workbench) ![API Workbench](https://dl.dropboxusercontent.com/u/497895/__permalinks/api-workbench-slide-small.png) > API Workbench, a rich, full-featured integrated development environment (IDE) for designing, building, testing, documenting and sharing RESTful HTTP APIs. It supports both RAML 0.8 and the recently launched RAML 1.0. RAML makes it easy to manage the whole API lifecycle from design to sharing. This repository contains the source code for the API Workbench plugin that you can easily install into [Github's Atom Editor](https://atom.io/). The main API Workbench site: [www.apiworkbench.com](http://apiworkbench.com) Additional information such as tips on installation may be found in the [wiki](https://github.com/mulesoft/api-workbench/wiki). ## Installation Guide Dependencies: * Atom ([Installation Guide](http://flight-manual.atom.io/getting-started/sections/installing-atom/)) ``` apm install api-workbench ``` Alternatively, open `Settings/Preferences -> Install` and search for `api-workbench`. ## Contribution If you want to contribute to this project, please read our [contribution guide](CONTRIBUTION.md) first.