whatisgithub

What is opsintech-platform?

opsintech/opsintech-platform — explained in plain English

Analysis updated 2026-05-18

34PythonAudience · ops devopsComplexity · 4/5LicenseSetup · moderate

In one sentence

OpsinTech Platform adds multi tenancy, role based access control, and an admin UI on top of the DeerFlow agent runtime to run AI agents safely in a production business setting.

Mindmap

mindmap
  root((opsintech platform))
    What it does
      Multi tenant AI agents
      Role based access
      Audit trail
      Admin dashboards
    Tech stack
      Python
      LangGraph
      Docker
      PostgreSQL
    Use cases
      Team agent isolation
      Model provider management
      Compliance auditing
    Requirements
      Docker
      Python 3.12+
      Node.js 22+

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Run AI agents for multiple teams or customers with strict data isolation between tenants.

USE CASE 2

Manage which AI model providers are available to each tenant through a visual admin dashboard instead of editing config files.

USE CASE 3

Track every agent operation in an audit trail to meet internal governance or compliance requirements.

USE CASE 4

Deploy a self hosted, governed agent platform in a company's own infrastructure with one Docker command.

What is it built with?

PythonLangGraphDockerPostgreSQLNode.js

How does it compare?

opsintech/opsintech-platformjeremyiv/elastic-streetsjianshuo/claude-skills
Stars343434
LanguagePythonPythonPython
Setup difficultymoderatemoderatemoderate
Complexity4/53/53/5
Audienceops devopsdatavibe coder

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 1h+

Requires Docker, PostgreSQL, and configuring at least one AI model provider before agents can run.

MIT license, use freely for any purpose including commercial use, as long as you keep the copyright notice.

So what is it?

OpsinTech Platform is an AI agent platform built for companies that want to run AI agents in production, not just as demos. It is built on top of DeerFlow, an existing open source agent runtime from ByteDance that already has a large following, and adds the management and safety features that a company needs before letting many people use agents at once. The main addition is multi tenancy: instead of one person running the agent tools alone, OpsinTech separates data and settings into three layers, user, tenant, and global, so different teams or customers stay isolated from each other. On top of that sits role based access control, with three roles, platform admin, tenant admin, and tenant member, each with different permissions. When someone registers, a personal tenant is created for them automatically, so there is no manual setup step. Configuring which AI models the agents can use is handled through an admin dashboard rather than editing configuration files by hand. The platform ships with more than 20 ready made provider templates, covering services such as OpenAI, Anthropic, DeepSeek, Gemini, Ollama, and several others, so a user can pick a provider from a dropdown instead of writing code. Models are stored in a database and can be turned on, marked deprecated, or retired per tenant. For governance, every operation performed on the platform is recorded in an audit trail that stays separated by tenant, users can be suspended, and new accounts are required to change their password on first login. The admin interface is available in English, Chinese, Japanese, and Korean, and detects the browser's language automatically. To run OpsinTech, a user needs Docker, since the whole platform starts with a single docker compose command. The backend is written in Python 3.12 or newer and the project also uses Node.js 22 or newer, with PostgreSQL as the supported database. The README says the project's longer term goal is to grow beyond agent chat into handling real operations tasks like alerts, incidents, and workflows, built around a sequence the maintainers describe as discover, understand, decide, execute, and audit. It is released under the MIT license.

Copy-paste prompts

Prompt 1
Walk me through deploying OpsinTech Platform with docker compose and setting up my first tenant.
Prompt 2
How do I add a new AI model provider template to OpsinTech Platform's admin dashboard?
Prompt 3
Explain how OpsinTech Platform's role based access control differs between platform admin, tenant admin, and tenant member.
Prompt 4
What does OpsinTech Platform's audit trail record, and how is it isolated per tenant?

Frequently asked questions

What is opsintech-platform?

OpsinTech Platform adds multi tenancy, role based access control, and an admin UI on top of the DeerFlow agent runtime to run AI agents safely in a production business setting.

What language is opsintech-platform written in?

Mainly Python. The stack also includes Python, LangGraph, Docker.

What license does opsintech-platform use?

MIT license, use freely for any purpose including commercial use, as long as you keep the copyright notice.

How hard is opsintech-platform to set up?

Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.

Who is opsintech-platform for?

Mainly ops devops.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.