ROCKETRIDE_typescript_API

A TypeScript and JavaScript software development kit (SDK) for connecting to RocketRide servers and running pipelines through the Debug Adapter Protocol (DAP).

In plain words
What is it for?
Use it in Node.js or TypeScript applications that run RocketRide pipelines, upload files, monitor progress, call AI services, or manage pipelines from a terminal.
Why use it?
It avoids hand-building DAP communication and provides ready-made support for execution, files, errors, events, reconnection, AI chat, and command-line use.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/rocketride-org/rocketride-server/rocketride_typescript_api
Clone the repo
git clone --depth 1 https://github.com/rocketride-org/rocketride-server
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 8,046 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.08046
Opus 5 $0.00000 $0.04023
Sonnet 5 $0.00000 $0.01609
Haiku 4.5 $0.00000 $0.00805

Measured 2d ago against content hash 21ea7f1dcd50, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ROCKETRIDE_typescript_API scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

docs/agents/ROCKETRIDE_typescript_API.md · 1,126 lines

How it starts

The opening of the file, as written. The whole thing — 1,126 lines — stays where its author put it; the contents beside it link to each section on GitHub.

RocketRide Client SDK (TypeScript/JavaScript)

A TypeScript/JavaScript SDK for executing RocketRide pipelines using the Debug Adapter Protocol (DAP). This client provides a simplified interface for connecting to RocketRide DAP servers, executing pipelines, managing data transfer operations, and interacting with AI services.

Features

  • DAP-based communication for reliable pipeline execution
  • Simple execute-and-exit workflow for pipeline automation
  • Comprehensive error handling and logging
  • Automatic API key management for all DAP commands
  • Object-oriented data pipe management with context manager support
  • Parallel file upload capabilities with progress events
  • Token-based operations for data pipe commands
  • TypeScript support with full type definitions
  • AI chat functionality with structured JSON responses
  • Event monitoring for real-time pipeline status
  • Automatic reconnection with configurable persistence
  • Command-line interface for pipeline management

Installation

Using npm

# Install from npm registry
npm install rocketride

# Install as dev dependency
npm install -D rocketride

# Install globally
npm install -g rocketride

Using pnpm

# Install from npm registry
pnpm add rocketride

# Install as dev dependency
pnpm add -D rocketride

# Install globally
pnpm add -g rocketride

Uninstalling

# Using npm
npm uninstall rocketride
npm uninstall -g rocketride  # global

# Using pnpm
pnpm remove rocketride
pnpm remove -g rocketride  # global

The package includes both the SDK library and a CLI tool.

Configuration

Environment Variables

You can configure the client using a .env file:

# .env file
ROCKETRIDE_APIKEY=your-api-key-here
ROCKETRIDE_URI=https://api.rocketride.ai

The client will automatically parse the .env file if it exists (Node.js only) and use the values as defaults. The priority order is:

  1. Constructor parameters (highest priority)
  2. .env file values
  3. Default values (lowest priority)

Read the full file on GitHub · 1,126 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 1,126 lines · 0 tokens per session scan A 21ea7f1dcd50

Subscribe to this mod's changes

ROCKETRIDE_typescript_API is an agent published in the GitHub repository rocketride-org/rocketride-server (7,634 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 8,046 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.