Getting Started Guide
This guide will provide you with some pointers to jumpstart your development journey.
After reading it, you’ll have a starting point for creating new content for the Cortex XSOAR platform.
If you have any questions or need support, feel free to reach out to us on the #demisto-developers
channel on our Slack DFIR Community.
If you're a Technology Partner (or interested in becoming one), you can contact us via the Cortex XSOAR Alliance Email.
#
Prerequisites and ResourcesCortex XSOAR is a powerful platform with a rich set of features and customizations.
Because of that, we recommend following these steps, and reading the aforementioned resources before creating custom content:
Understand the Cortex XSOAR Concepts.
Read the FAQ.
Register to the Learning Center, and go through the Product Training section of "Become an XSOAR Partner".
For Cortex XSOAR server (non-content) documentation, refer to the Cortex XSOAR Product Documentation Page.
Join the Palo Alto Networks DFIR Slack community, and join the #demisto-developers channel.
If you consider publishing your content to Cortex XSOAR Marketplace, read the contribution article for additional info.
Obtain and install a copy of Cortex XSOAR.
Installation instructions are available here.
If you are integrating with an external API, make sure you have API or SDK access to the product or solution you want to integrate with for testing purposes.
Sign up to the Developer Newsletter to receive technical updates on developing and contributing.
#
Technology PartnersTo become a Technology Partner, read the "Become a Technology Partner" article, and contact our Cortex XSOAR Alliances Team (soar.alliances@paloaltonetworks.com) to make sure your use cases have been validated.
#
Development Environment#
Demisto SDKWhether you are using the built-in Cortex XSOAR IDE, or a full development environment, we have an official SDK that will help you with your development process.
The SDK is a command-line tool that can be used to upload, download, lint, validate and run code on Cortex XSOAR (or XSIAM) directly from your command line.
For more information, refer to the demisto-sdk.
#
Basic XSOAR EnvironmentFor creating / modifying content that's for personal use, or for a community contribution, the basic Cortex XSOAR IDE can be sufficient, and doesn't require setting up a special development environment.
#
Full Development EnvironmentWhen making a large amount of changes, or developing new content, we recommend using a fully-fledged IDE like Visual Studio Code or PyCharm .
For a tutorial on how to set up a full development environment, refer to the Development Environment guide.
tip
If you are using Visual Studio Code as your IDE, we have an official Cortex XSOAR extension that will help you in your development process.
For more information, refer to the Visual Studio Code extension article.