new-endpoint

Add a REST API endpoint to an existing dlt pipeline configuration.

53|5|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/dlt-hub/dlthub-ai-workbench --skill new-endpoint-dlt-hub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-endpoint
Source: https://github.com/dlt-hub/dlthub-ai-workbench/tree/main/workbench/rest-api-pipeline/skills/new-endpoint
Command: npx skills add https://github.com/dlt-hub/dlthub-ai-workbench --skill new-endpoint-dlt-hub

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of integrating new data sources from existing REST APIs into your dlt pipelines, reducing manual coding and configuration.

Core Features & Use Cases

  • Extend Existing Pipelines: Seamlessly add new resources to pipelines that already connect to a REST API.
  • Automated Configuration: Infers and applies appropriate dlt configurations based on API documentation and existing pipeline patterns.
  • Use Case: You have a dlt pipeline for fetching user data from an API, and now you need to add customer transaction data from the same API. This skill will help you add the new endpoint with minimal effort.

Quick Start

Use the new-endpoint skill to add a new resource for fetching user activity logs from the API.

Frequently Asked Questions about new-endpoint

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

FAQPage Schema
How do I add a new REST API resource to an existing dlt pipeline?

To add a new REST API resource to a dlt pipeline, you extend the existing configuration using dlt's RESTAPIConfig and custom resource definitions, allowing the ingestion of additional data streams.

How does dlt ingest additional data streams from the same API?

dlt ingests additional data streams by analyzing existing pipeline patterns and API documentation to infer and apply appropriate configurations. This automates the integration of new endpoints into your data pipeline.

Do I need to understand RESTAPIConfig to add a new API endpoint to dlt?

Yes, understanding dlt's RESTAPIConfig and custom resource definitions is required. This knowledge allows you to properly analyze existing pipeline patterns and integrate the new REST API endpoint configuration.

What is the best way to integrate customer transaction data into a pipeline that already fetches user data?

The best way to integrate customer transaction data is to use an automated skill that analyzes your existing user data pipeline patterns and applies inferred dlt configurations based on the API documentation.

Can I automate REST API configuration for new data sources in dlt?

Yes, you can automate REST API configuration for new data sources in dlt. The process analyzes existing pipeline patterns and API documentation to infer and apply the appropriate setup, reducing manual coding.