loxtep-sdk

Facilitate governed data stream interaction between Node.js applications and the Loxtep platform.

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/LoxtepInc/loxtep-plugins-skills --skill loxtep-sdk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: loxtep-sdk
Source: https://github.com/LoxtepInc/loxtep-plugins-skills/tree/main/cursor/skills/loxtep-sdk
Command: npx skills add https://github.com/LoxtepInc/loxtep-plugins-skills --skill loxtep-sdk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @loxtep/sdk.

What problem does it solve?

This skill resolves the complexity of connecting AI agents to governed data streams, handling authentication, queue resolution, and deployment-aware event processing without manual infrastructure mapping.

Core Features & Use Cases

  • Data Product Integration: Provides high-level abstractions for reading and writing events to governed data products using the Loxtep SDK.
  • Deployment-Aware Runtime: Automatically resolves bot IDs, queue names, and stream bus configurations based on the current deployment environment.
  • Use Case: Use this skill to build a real-time event-driven agent that reads from a customer data product, processes the stream, and writes enriched events back to a downstream delivery queue.

Quick Start

Use the loxtep-sdk skill to initialize a client and write a new event to the specified data product.

Frequently Asked Questions about loxtep-sdk

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

FAQPage Schema
How do I connect a Node.js app to governed data streams?

To connect a Node.js app to governed data streams, use the Loxtep SDK to handle secure event ingestion and data product reading. It requires valid JWT or IAM credentials to authenticate with the stream bus and MCP facades.

What is deployment-aware event processing in Node.js?

Deployment-aware event processing automatically resolves bot IDs, queue names, and stream bus configurations based on the current deployment environment, eliminating the need for manual infrastructure mapping in your Node.js application.

How do I write real-time events to a data product using Node.js?

You can write real-time events to a data product by initializing a Loxtep SDK client in your Node.js application. The client provides high-level abstractions to securely ingest and write enriched events to downstream delivery queues.

Do I need specific credentials to read data products from the Loxtep stream bus?

Yes, reading data products from the Loxtep stream bus requires valid JWT or IAM credentials. These credentials ensure secure, governed interaction between your Node.js application and the Loxtep platform within organizational boundaries.

Can I manage workflow deployments through the Loxtep SDK?

Yes, the Loxtep SDK supports workflow deployment management within defined organizational boundaries. It allows Node.js applications to securely interact with the stream bus and MCP facades for deployment-aware event processing.

What is the best way to handle queue resolution for AI agents in Node.js?

The best way to handle queue resolution for AI agents is using the Loxtep SDK, which automatically resolves queue names and stream bus configurations based on the current deployment environment without manual infrastructure mapping.