api-integrations

Adapt OpenAPI vendor specs and register APIs for Falcon Foundry.

24|3|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/CrowdStrike/foundry-skills --skill api-integrations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api-integrations
Source: https://github.com/CrowdStrike/foundry-skills/tree/main/skills/api-integrations
Command: npx skills add https://github.com/CrowdStrike/foundry-skills --skill api-integrations

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of exposing external APIs to Falcon Foundry by streamlining spec adaptation and registration.

Core Features & Use Cases

  • API Exposure: Integrate third-party and CrowdStrike APIs using OpenAPI specifications.
  • Spec Adaptation: Automatically fix server URLs, authentication schemes, and prepare specs for Foundry.
  • Quick Start: Download a vendor spec, run the adaptation script, register the API, and start building integrations immediately.

Quick Start

Download the vendor's OpenAPI spec, adapt it with the provided script, then register the API integration for use in your workflows.

Frequently Asked Questions about api-integrations

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate external APIs into Falcon Foundry workflows?

To integrate external APIs into Falcon Foundry, download the vendor's OpenAPI spec, run the provided adaptation script to ensure spec correctness, and register the API for access within your workflows.

What does OpenAPI spec adaptation for Falcon Foundry involve?

Spec adaptation involves automatically fixing server URLs, correcting authentication schemes, and preparing the OpenAPI specification to ensure full compatibility before registration within Foundry.

Do I need Python to adapt OpenAPI specifications for Falcon Foundry?

Yes, Python is required to run the provided spec adaptation scripts, which modify vendor OpenAPI specifications to ensure they meet Foundry compatibility and authentication requirements before registration.

Can I use third-party API specifications with Falcon Foundry?

Yes, you can integrate both third-party and CrowdStrike APIs using their OpenAPI specifications, provided you adapt the spec for Foundry compatibility and manage authentication prior to registration.

How do I register an adapted API spec in Falcon Foundry?

After adapting the OpenAPI spec with the provided script, you register the API integration by executing CLI commands, finalizing the endpoint for use in automation tasks and workflows.