Packages
4867 resultsBugcrowd Bug Bounty and Vulnerability Disclosure REST API
Bugcrowd bug bounty and vulnerability disclosure platform REST API for enterprises to automate vulnerability submission management, researcher reward processing, program configuration, and security finding integration — enabling AI agents to retrieve vulnerability submissions, triage findings, manage researcher bounty payments, and integrate vulnerability data with ITSM and security platforms through Bugcrowd's crowdsourced security platform. Enables AI agents to manage submission management for vulnerability submission retrieval and triage status tracking automation, handle bounty management for researcher reward payment and processing automation, access program management for bug bounty program configuration and scope management automation, retrieve researcher management for security researcher profile and reputation retrieval automation, manage integration management for JIRA, ServiceNow, and ITSM vulnerability tracking automation, handle target management for in-scope target and asset configuration automation, access report management for vulnerability finding detail and proof-of-concept retrieval automation, retrieve analytics for program performance and vulnerability trend analytics automation, manage comment management for researcher-triage communication thread automation, and integrate Bugcrowd with DevSecOps pipelines and vulnerability management platforms for crowdsourced security automation.
Electricity Maps API
Electricity Maps API provides real-time and historical carbon intensity of electricity (gCO2eq/kWh) and renewable energy percentage by country and region worldwide, enabling sustainability-aware applications.
Guru Knowledge Management API
Guru REST API for internal knowledge management and wiki platform. Enables AI agents to create, read, update, and search knowledge cards, manage collections and boards, sync verified content, and integrate Guru's single-source-of-truth into sales, support, and ops workflows. Guru features AI-assisted content suggestions and verification workflows to keep knowledge current.
Kubernetes Python Client (official)
Provides Python bindings for the Kubernetes API — enables AI agents to create/read/update/delete workloads, watch resource streams for event-driven automation, manage CRDs, and switch kubeconfig contexts to operate across multiple clusters.
Messari API
Crypto asset data and research API providing asset metrics (price, volume, market cap, supply), DeFi protocol data (TVL, revenue, fees), fundraising data, and qualitative research via structured REST API. Targets institutional-grade data consumers. Messari is known for standardized cross-protocol metrics that enable apples-to-apples comparisons.
Oracle Health (Cerner) Millennium FHIR API
Oracle Health (Cerner) Millennium FHIR R4 API for electronic health records and clinical data interoperability. Enables AI agents to manage patient demographic and clinical data access via FHIR standard, handle clinical documentation and note retrieval for care coordination, access medication, allergy, and order management data, retrieve lab result and diagnostic imaging data for clinical support, manage appointment and scheduling workflow automation, handle clinical decision support data integration, access population health management and cohort analytics, retrieve quality measure and regulatory reporting data, manage care plan and care team communication workflows, and integrate Cerner clinical data with HIE, analytics, and care management platforms.
Renovate
Automated dependency update bot that creates pull requests to update dependencies across all package managers and languages. Renovate monitors repositories for outdated dependencies (npm, pip, Maven, Helm, Dockerfile base images, Terraform providers, GitHub Actions, and 100+ more), creates PRs with changelogs, and optionally auto-merges low-risk updates. REST API available via Mend.io hosted service. More configurable than Dependabot with grouping, scheduling, custom rules, and broader ecosystem support.
Scapy
Interactive packet manipulation library — creates, sends, captures, and dissects network packets. Scapy features: packet layer construction (IP()/TCP()/UDP()/ICMP()/DNS()), send() and sendp() for packet injection, sniff() for packet capture with filters, rdpcap()/wrpcap() for PCAP file I/O, traceroute() and arping() built-in, packet dissection (ls(IP()), show()), fuzzing with fuzz(), sr() for send-receive with matching, AsyncSniffer for non-blocking capture, and support for 300+ protocols (Ethernet, WiFi, TLS, DHCP, BGP). Primary Python library for network security testing, protocol analysis, and custom packet generation for agent network intelligence tools.
aiocache
Async caching library for Python with pluggable backends — provides async cache operations for Redis, Memcached, and in-memory caching. aiocache features: @cached() decorator for async function memoization, @multi_cached() for batch cache, Cache.get()/set()/delete()/exists(), TTL support, serializers (JSON, pickle, msgpack), BaseCache for custom backends, RedisCache (aioredis), MemcachedCache (aiomcache), SimpleMemoryCache, namespace support, and plugins (HitMissRatioPlugin, TimingPlugin). Part of aio-libs ecosystem. Required for async web frameworks (FastAPI, aiohttp) where sync caching libraries would block the event loop.
ksqlDB
Streaming SQL database built specifically for Apache Kafka. ksqlDB lets you write SQL queries over Kafka topics to create persistent stream processing jobs, materialized tables, and push queries. Defines streaming transformations, aggregations, joins, and filtering directly on Kafka data using familiar SQL syntax. Part of the Confluent ecosystem — integrates natively with Kafka Connect, Schema Registry, and Confluent Platform.
Amplitude Experiment API
Provides programmatic control over Amplitude Experiment's feature flags and A/B tests — evaluating flag variants for users, managing experiment configurations, and retrieving experiment results integrated with Amplitude Analytics.
Context Space
A production-ready integration platform that gives AI agents secure access to 14+ real-world services (GitHub, Slack, Airtable, HubSpot, Notion, Spotify, Stripe, etc.) through a unified MCP server and REST API. Handles OAuth flows and credential management via HashiCorp Vault so agents don't need to deal with auth complexity directly.
Firebase Cloud Functions
Google Firebase's serverless compute platform for running backend code in response to Firebase events (Firestore writes, Auth triggers, Storage uploads) or direct HTTP requests. Functions are deployed to Google Cloud and scale automatically.
Gitea REST API
Gitea is a self-hosted Git service with a comprehensive REST API covering repositories, issues, pull requests, releases, CI/CD (Gitea Actions), users, and organizations — a GitHub-like API for on-premises or private cloud deployments.
Google Cloud Functions API
Fully managed serverless compute platform that lets you run single-purpose functions in response to HTTP requests, Cloud Pub/Sub messages, Cloud Storage events, Firestore changes, and other Google Cloud events. 1st gen and 2nd gen (Cloud Run-based) variants with up to 60-minute timeouts and 16 GB RAM on 2nd gen.
Label Studio
Open-source data annotation platform with a REST API that enables agents to create and manage annotation projects, import raw data, retrieve completed annotations, and integrate human labeling into ML pipelines — supporting text, images, audio, video, and time series.
LangChain Community Integrations
Provides 100+ community-maintained integrations for LangChain including vector stores, document loaders, LLM providers, chat models, embedding models, tools, and retrievers — extending langchain-core with concrete implementations.
Meltano
Meltano is an open-source Singer-based ELT framework and CLI that manages tap/target plugin lifecycles, state for incremental extraction, and pipeline configuration via a meltano.yml project file, with access to 600+ connectors through MeltanoHub.
Microsoft Entra ID (Azure AD)
Microsoft's cloud identity platform that provides OAuth2/OIDC SSO, MFA, conditional access, and user/group management for enterprise Microsoft 365 and custom applications.
Pomerium
Identity-aware access proxy implementing zero-trust network access (ZTNA). Pomerium sits in front of internal applications and services, authenticating every request via OIDC/OAuth2 and enforcing policy-based authorization without a VPN. Replaces VPN + firewall rules with identity-verified, context-aware access control. REST API and policy-as-code (YAML/Rego) for programmatic access route management. Pomerium Zero (cloud-managed) or self-hosted.