Packages
4685 resultsInductive Automation Ignition SCADA API
Inductive Automation Ignition REST and WebSocket APIs for SCADA and industrial automation platform. Enables AI agents to manage real-time tag data retrieval from Ignition SCADA for industrial monitoring, handle historical data query from Ignition Historian for trend analysis, access alarm and event data management for industrial operations, retrieve OPC-UA tag browse and data read for equipment connectivity, manage project resource and gateway configuration data, handle Perspective module web application data for mobile and web HMI, access transaction group and SQL bridge data for ERP integration, retrieve audit log and user action data for compliance, manage user and role security data for access control, and integrate SCADA data with analytics, ERP, and enterprise IT systems via Ignition Gateway REST API.
Lemon Squeezy API
SaaS billing and digital product payment platform acting as a Merchant of Record (MoR). Lemon Squeezy handles global tax compliance, VAT/GST collection, and payment processing — creators and indie SaaS developers don't need to set up Stripe Tax or handle international tax obligations. Simpler than Stripe for solo developers and small teams selling digital products or SaaS subscriptions.
MCP Kali Server
A lightweight Flask API bridge that connects Claude Desktop (or any MCP-compatible client) to a Kali Linux machine, enabling AI-assisted command execution for authorized penetration testing and CTF challenges. The server exposes a thin HTTP API on port 5000 that accepts arbitrary shell commands and returns their output, effectively giving an AI assistant a live Kali terminal. Tools like Nmap, Metasploit, sqlmap, Gobuster, enum4linux, and any other Kali tool are accessible by name. The architecture is intentionally minimal — a single Flask server with no auth, no sandboxing, and no command filtering — making it fast to set up for isolated testing environments but completely unsuitable for production or shared infrastructure.
Microsoft Graph API
Microsoft Graph is the unified API gateway to all Microsoft 365 services — access Outlook mail/calendar, Teams messages, SharePoint, OneDrive, Azure AD users, and more through a single REST endpoint.
Netflix Conductor
Netflix's open-source microservices orchestration engine that coordinates distributed workflows defined as JSON, with workers implemented in any language polling a central task queue.
Nuki Smart Lock API
Nuki smart lock REST and Bridge API for home automation platforms, property managers, and smart home developers to remotely lock/unlock Nuki Smart Lock devices, manage access authorizations, retrieve access logs, and integrate with smart home ecosystems — an Austrian smart lock company providing keyless entry via Bluetooth and cloud APIs for residential and short-term rental use cases. Enables AI agents to manage door lock/unlock for keyless access automation, handle authorization management for guest access automation, access lock log for entry audit automation, retrieve lock state for status monitoring automation, manage keypad code for PIN access automation, handle bridge webhook for real-time event automation, access smart lock config for device management automation, retrieve battery status for maintenance automation, manage time-limited access for Airbnb guest automation, and integrate Nuki with home automation, property management, and short-term rental platforms for end-to-end keyless access automation.
PTC ThingWorx Industrial IoT API
PTC ThingWorx REST and WebSocket APIs for industrial IoT and connected product platform. Enables AI agents to manage IoT device and equipment data ingestion and retrieval for connected product monitoring, handle real-time sensor stream processing and alert generation for industrial operations, access digital twin model data for product lifecycle and asset management, retrieve equipment performance analytics and anomaly detection results, manage edge computing data from ThingWorx Edge SDKs, handle predictive maintenance model output and maintenance recommendation data, access supply chain visibility data from connected products and shipments, retrieve quality inspection and OEE data from manufacturing operations, manage application mashup and dashboard data for industrial visualization, and integrate IIoT data with ERP, PLM, and enterprise analytics platforms.
AWS Cognito
AWS-managed serverless authentication service providing user pools for sign-up/sign-in and identity pools for federated AWS credential vending.
Apache Beam
Unified programming model for batch and streaming data processing that runs on multiple execution engines (Google Dataflow, Apache Spark, Apache Flink, and local runners). Write pipeline logic once in Python or Java and run it on the appropriate runner. The Beam SDK provides transforms (ParDo, GroupByKey, Combine, Window) that abstract over runner-specific APIs. Used by Google Dataflow as its native SDK.
Atlantis
Self-hosted pull request automation server for Terraform and OpenTofu. Atlantis listens for GitHub/GitLab/Bitbucket pull request events and automatically runs terraform plan on PRs with changes, posting plan output as PR comments. Reviewers can approve and trigger terraform apply by commenting 'atlantis apply' directly on the PR. Implements GitOps for infrastructure — the PR is the source of truth for what infrastructure changes will be made.
Binance API
Binance's REST and WebSocket API for spot, margin, and futures crypto trading with the world's highest liquidity exchange, using HMAC-SHA256 signed requests for authenticated endpoints.
Courier API
Courier is a multi-channel notification routing platform that lets developers send notifications across email, SMS, push, Slack, Microsoft Teams, WhatsApp, and other channels through a single API. Rather than integrating separately with Sendgrid for email, Twilio for SMS, and Firebase for push, Courier abstracts all channels behind a unified Send API. Routing rules, channel failover, and notification templates are managed in the Courier Studio UI or via API, allowing non-engineers to control notification logic without code changes. Courier also handles user preferences (letting end users control which channels they receive notifications on), delivery tracking, and notification audit logs.
Magic.link API
Passwordless authentication platform providing magic link (email) and social login, with optional Web3 wallet integration, offering a developer SDK and Admin REST API for user management.
Metaflow
Open-source ML workflow framework originally built at Netflix. Metaflow lets data scientists write ML workflows as Python classes with @flow and @step decorators, then executes them locally or on cloud compute (AWS Batch, Kubernetes, Azure) with automatic versioning, artifact tracking, and parameter sweeps. Designed to feel like regular Python while providing production-grade infrastructure management.
Open WebUI
Self-hosted ChatGPT-style web interface for running LLMs locally or via any OpenAI-compatible API. Open WebUI provides a full-featured chat interface with conversation history, model management, RAG document uploads, image generation, voice input, and Pipelines (workflow automation). Works with Ollama, vLLM, LM Studio, and any OpenAI-compatible backend. Provides its own REST API for programmatic access — enabling agent integration with the Open WebUI instance.
PEFT (HuggingFace)
Parameter-Efficient Fine-Tuning library — adapts large language models with minimal trainable parameters. PEFT features: LoRA (Low-Rank Adaptation) for attention weight modification, QLoRA (quantized LoRA with bitsandbytes), IA3, Prefix Tuning, Prompt Tuning, AdaLoRA, LoftQ, LoHa, get_peft_model() wrapper, PeftModel.from_pretrained() for loading adapters, merge_and_unload() for full model merging, and model.print_trainable_parameters() for inspection. Enables fine-tuning 7B-70B LLMs on consumer GPUs by training only 0.1-1% of parameters for agent specialization.
Socket Security API
Socket Security provides deep package analysis for open-source dependencies across npm, PyPI, Maven, Conda, and other ecosystems, detecting supply chain attacks, malware, typosquatting, protestware, and risky code patterns before they enter your codebase. Unlike CVE-only scanners, Socket analyzes the actual package code for suspicious behaviors like unexpected network calls, shell execution, filesystem access, and obfuscated code — catching zero-day supply chain threats that CVE databases miss. The REST API enables programmatic package scoring, CI/CD integration, and alert management.
SparkPost (Bird) API
SparkPost (now part of Bird) email delivery API for transactional and marketing email with advanced deliverability analytics, SMTP relay, and recipient validation.
TruLens
Open-source LLM evaluation framework (now part of Snowflake) that measures RAG pipeline quality via the RAG Triad — Answer Relevance, Context Relevance, and Groundedness — using an instrumentation decorator pattern.
Tweepy
Python client library for the Twitter/X API v2 (and legacy v1.1), handling OAuth authentication, rate limit management, pagination, and streaming.