Home/AI Agents/pipeshub-ai
pipeshub-ai logo

pipeshub-ai

Enrichment pending
pipeshub-ai/pipeshub-ai

PipesHub is an open-source fully extensible AI context layer that unifies your business data for explainable enterprise search and agentic workflow automation.

GraphCanon updated today · GitHub synced today

3.0k stars470 forksLast push today Python Apache-2.0

Verify the decision

Maintenance and security

Full trust report
Maintenance
Very active (0d since push)
As of today
Provenance
Not a fork · Organization account
As of today
Security (OSV)
No criticals
As of today

Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.

Install

pip install pipeshub-ai
PyPI

Similar tools

Same-category neighbours. No typed graph edges are catalogued for this tool yet.

Evidence and technical details

Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.

Overview

PipesHub is an open-source fully extensible AI context layer that unifies your business data for explainable enterprise search and agentic workflow automation.

Capability facts

Deploy
Self-host

Source: dockerfile:Dockerfile · Jul 15, 2026

Docker
Dockerfile present

Source: dockerfile:Dockerfile · Jul 15, 2026

Languages
python

Source: github.language · Jul 15, 2026

Categories

Tags

README

🚀 Deployment Guide

PipesHub can be run locally or deployed on any server using Docker Compose. The interactive installer handles all configuration — including secrets, graph DB, broker, and image tag selection — and generates a .env for you.

HTTPS on cloud servers: If you deploy PipesHub on a cloud server, use an HTTPS endpoint. Browsers block certain requests over plain HTTP. Use Cloudflare, Nginx, or Traefik to terminate TLS. A white screen after HTTP-only deployment is typically caused by this restriction.



Start production deployment

docker compose -f docker-compose.prod.yml -p pipeshub-ai up -d


Note: Use HTTPS for cloud deployments. HTTP may cause frontend security blocks.

---

### How do I troubleshoot deployment issues?

1. Ensure HTTPS is configured for cloud deployments
2. Check Docker compose logs: `docker compose logs`
3. Verify environment variables in env.template
4. Consult [docs.pipeshub.com](https://docs.pipeshub.com/) for detailed guides

For agents

This page has a .md twin and JSON over the API.

Was this helpful?

Anonymous feedback helps us improve pages and translations.