datakit-api-deploy

Automate Data360 Retail Data Kit deployment via Salesforce Connect REST API.

4|2|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/salesforce-misc/Data360AgentforceSolutionKitRetail --skill datakit-api-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: datakit-api-deploy
Source: https://github.com/salesforce-misc/Data360AgentforceSolutionKitRetail/tree/main/.claude/skills/datakit-api-deploy
Command: npx skills add https://github.com/salesforce-misc/Data360AgentforceSolutionKitRetail --skill datakit-api-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the deployment of the Data360 Retail Data Kit using the Salesforce Connect REST API, triggering the installation process and providing a job ID for monitoring.

Core Features & Use Cases

  • API Deployment: Uses Salesforce Connect REST API for asynchronous deployment.
  • Job ID Return: Provides a job ID for real-time monitoring of the deployment status.
  • Use Case: Ideal for scenarios where a user needs to deploy the Data360 Retail Data Kit via API, trigger its installation, or activate it post-metadata deployment.

Quick Start

Deploy the Data360 Retail Data Kit with the 'datakit-api-deploy' skill by providing the target Salesforce org alias as an argument.

Frequently Asked Questions about datakit-api-deploy

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

FAQPage Schema
How do I automate Data360 Retail Data Kit deployment using the Salesforce Connect REST API?

Automating Data360 Retail Data Kit deployment uses Python scripts to call the Salesforce Connect REST API asynchronously, triggering the installation and returning a job ID for tracking the deployment status.

What's the best way to monitor asynchronous API deployment for a Salesforce Data Kit?

Monitoring asynchronous API deployment relies on the job ID returned immediately after the Salesforce Connect REST API triggers the Data360 Retail Data Kit installation, allowing real-time status tracking.

Do I need metadata deployment completed before triggering Data Kit API installation?

Yes, completed metadata deployment is required before triggering Data Kit API installation, alongside a Salesforce org with Data Cloud enabled and appropriate permissions to execute the asynchronous REST API process.

Can I use this asynchronous API deployment method with any Salesforce org?

This asynchronous API deployment method requires a Salesforce org specifically configured with Data Cloud enabled and appropriate user permissions to authorize the Connect REST API calls for Data360 Retail Data Kit.

How does asynchronous processing work for Data360 Retail Data Kit activation?

Asynchronous processing for Data360 Retail Data Kit activation works by triggering installation via the Salesforce Connect REST API, immediately returning a job ID while the Python scripts handle the background deployment operations.