connection-auth-rules

Translate flat credentials into driver-specific connect_args for Monte Carlo Connection Auth Rules.

90|6|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/monte-carlo-data/mc-agent-toolkit --skill connection-auth-rules
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: connection-auth-rules
Source: https://github.com/monte-carlo-data/mc-agent-toolkit/tree/main/skills/connection-auth-rules
Command: npx skills add https://github.com/monte-carlo-data/mc-agent-toolkit --skill connection-auth-rules

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Translates flat credentials into driver-specific connect_args to configure Monte Carlo Connection Auth Rules.

Core Features & Use Cases

  • Build and customize Connection Auth Rules for Monte Carlo connections.
  • Fetch live connector schemas and transform steps from the apollo-agent repository to shape configs.
  • Assemble and store the resulting ctp_config on the Connection model for use by the Apollo agent.

Quick Start

Provide the connection type and credential details to generate a ready-to-use ctp_config for your Monte Carlo connection.

Frequently Asked Questions about connection-auth-rules

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

FAQPage Schema
How do I generate Monte Carlo connection auth rules from flat credentials?

To generate Monte Carlo connection auth rules, you translate flat credentials into driver-specific connect_args. This process fetches live connector schemas and transform steps to assemble a valid ctp_config stored on the Connection model for the Apollo agent.

What are connect_args used for when configuring Monte Carlo connections?

Connect_args are driver-specific parameters translated from flat credentials to configure Monte Carlo Connection Auth Rules. They shape the ctp_config that the Apollo agent uses to establish and authenticate data source connections.

How do I customize credential transformation for a new Monte Carlo connector?

Customizing credential transformation involves updating MapperConfig, TransformSteps, or CtpConfig. You apply optional transform steps to flat credentials to generate driver-specific connect_args for your new connector integration.

Do I need live connector schemas to build a valid ctp_config?

Yes, building a valid ctp_config requires access to live connector schemas and default mappings. Fetching these schemas from the apollo-agent repository ensures the credential transformation produces accurate, driver-specific connect_args.

Can I update MapperConfig and TransformSteps for existing Monte Carlo connections?

Yes, you can update MapperConfig and TransformSteps for existing connections. Applying updated or optional transform steps to flat credentials allows you to regenerate and store the ctp_config on the Connection model.