---
title: "App Builder Overview | ThreatConnect"
slug: "app-builder-overview"
description: "This article provides an overview of the App Builder in ThreatConnect and the corresponding minimum roles and prerequisites for this feature."
tags: ["Orchestration and Automation", "Developer Tools"]
updated: 2024-05-01T15:29:16Z
published: 2024-05-01T15:29:16Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://knowledge.threatconnect.com/llms.txt
> Use this file to discover all available pages before exploring further.

# App Builder Overview

## Overview

The App Builder is a Python® development environment that allows users to create, edit, and release [Playbook Apps](/v1/docs/parts-of-a-playbook) directly in ThreatConnect®. It includes development environment “basics” like debugging, the ability to view build logs, version control, autocomplete, and release management, as well as unique features specific to ThreatConnect. It provides common snippets of code (including the ability for users to create their own snippets), as well as easy management of input and output variables. Its integrated debugger includes automatic creation of a test Playbook and a live-debugging process. Its version control system allows commenting on commits and reversion to prior versions. The App Builder can also be used to view and modify code in existing Apps and import third-party App libraries.

WarningApp Builder debug mode should be used only in non-production ThreatConnect instances.

## Before You Start

| Minimum Role(s) | - Organization role of App Developer to view and build Apps - Organization role of Organization Administrator to release Apps |
| --- | --- |
| Prerequisites | - [Playbooks](/v1/docs/playbooks) enabled for your Organization - Permissions enabled for the App build and release functionalities in your Organization |

---

*ThreatConnect® is a registered trademark of ThreatConnect, Inc. TC Exchange™ is a trademark of ThreatConnect, Inc. macOS® is a registered trademark of Apple, Inc. Python® is a registered trademark of Python Software Foundation. Windows® is a registered trademark of Microsoft Corporation.*

20084-01 v.07.C

## Related

- [Playbooks](/playbooks.md)
