integrations

Integrate the Kinetic Platform with external systems via REST APIs and SQL databases.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/kineticdata/kinetic-platform-ai-skills --skill integrations-kineticdata
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integrations
Source: https://github.com/kineticdata/kinetic-platform-ai-skills/tree/main/skills/platform/integrations
Command: npx skills add https://github.com/kineticdata/kinetic-platform-ai-skills --skill integrations-kineticdata

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables seamless integration between the Kinetic Platform and external systems, allowing data to flow bi-directionally and automating complex business processes.

Core Features & Use Cases

  • Connectors & Operations: Define and execute actions against REST APIs and SQL databases.
  • Bridges (Legacy): Integrate with non-REST systems via custom adapters.
  • Handlers (Workflow): Execute custom Ruby logic within workflows for complex tasks.
  • File Resources: Stream file content from external systems.
  • Use Case: Automatically fetch customer data from a CRM via a REST API when a new submission is created in Kinetic, and update a record in an external project management tool.

Quick Start

Use the integrations skill to execute the 'Get Customer Details' operation for customer ID '12345'.

Frequently Asked Questions about integrations

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

FAQPage Schema
How do I integrate the Kinetic Platform with external REST APIs and SQL databases?

Integrate the Kinetic Platform with external REST APIs and SQL databases by defining Connections and Operations that execute actions for data synchronization. This facilitates bi-directional data flow and automates complex business processes across systems.

Can I execute custom Ruby logic within Kinetic Platform workflows?

Yes, you can execute custom Ruby logic within workflows by using Handlers. Handlers enable you to implement complex custom workflow tasks and process automation logic directly inside the Kinetic Platform integration architecture.

What is the best way to connect Kinetic to legacy non-REST systems?

The best way to connect Kinetic to legacy non-REST systems is by using Bridges with custom adapters. Bridges facilitate integration with legacy systems that do not support REST APIs, enabling data retrieval and process automation.

How do I stream file content from external systems into Kinetic?

Stream file content from external systems into Kinetic by utilizing File Resources. File Resources enable the ingestion and streaming of file content from external systems directly into your Kinetic Platform workflows and integration processes.

Does the integrations skill support programmatic management of API connections and operations?

Yes, the integrations skill supports programmatic management and execution of integration tasks. You can programmatically define Connections and Operations to execute REST API and SQL database interactions for automated data synchronization.