interactor-sdk

Generate Interactor SDK clients with webhook handlers and SSE streaming.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/pulzze/interactor-docs --skill interactor-sdk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: interactor-sdk
Source: https://github.com/pulzze/interactor-docs/tree/main/.claude/skills/i/interactor-sdk
Command: npx skills add https://github.com/pulzze/interactor-docs --skill interactor-sdk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires axios, @types/node, httpx, requests.

What problem does it solve?

This Skill provides production-ready Interactor SDKs for TypeScript/Node.js and Python applications, delivering fully functional client libraries, webhook handlers, SSE streaming, and robust architectural patterns.

Core Features & Use Cases

  • Complete client classes for Interactor APIs in TypeScript/Node.js and Python
  • Webhook handling with signature verification and secure token management
  • Real-time streaming support via SSE for AI agents and workflows
  • Production-ready patterns for error handling, retries, authentication, and multi-namespace isolation
  • Reference implementations and integration patterns for quickest onboarding

Quick Start

Use the interactor-sdk skill to bootstrap a new Interactor-based application with a TS client and a Python client, including example webhook handlers and a streaming room.

Frequently Asked Questions about interactor-sdk

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

FAQPage Schema
How do I set up an Interactor client in TypeScript and Python for API integration?

You can bootstrap an Interactor client by generating complete TypeScript and Python client classes that handle API integration, authentication, and error management. This Skill provides production-ready architectural patterns using axios for TypeScript and httpx for Python.

What is the best way to handle Interactor webhooks with signature verification?

Handling Interactor webhooks involves using provided webhook handlers with built-in signature verification and secure token management. This Skill supplies these production-ready patterns to safely process incoming real-time events in your application.

Does this Interactor SDK support SSE streaming for AI agent workflows?

Yes, this Interactor SDK supports SSE streaming for AI agent workflows. It provides real-time streaming support via Server-Sent Events, enabling you to bootstrap streaming rooms and maintain continuous data flows for AI agents.

Do I need OAuth client credentials to use the Interactor client libraries?

Yes, you need a completed interactor-auth setup with OAuth client credentials to use the Interactor client libraries. This prerequisite enables proper authentication and token management within multi-tenant environments for your applications.

Can I use this SDK to manage multi-namespace isolation in Python applications?

Yes, you can use this SDK to manage multi-namespace isolation in Python applications. It provides production-ready architectural patterns for multi-tenant environments, ensuring proper request isolation using Python dependencies like httpx and requests.