SkillsLLM
CategoriesBlogAI NewsAbout
HomeAI Agentsfusio

fusio

by apioo

Pending

Self-Hosted API Management for Builders

2,078stars
237forks
PHP
Added 3/22/2026
View on GitHubDownload ZIP
AI Agentsaiai-agentsapiapi-gatewayapi-managementapi-managerbackendjavascriptmcp-servermicroserviceopenapiphprest
Installation
# Add to your Claude Code skills
git clone https://github.com/apioo/fusio
README.md
<p align="center"> <a href="https://www.fusio-project.org/" target="_blank"> <img src="https://www.fusio-project.org/img/fusio_64px.png" width="64"> </a> </p> <h1 align="center">Fusio</h1> <p align="center"> <strong>Open Source API Management Platform</strong><br /> Turn your business logic into scalable API products for humans and AI agents. </p>

Fusio is a self-hosted backend platform that sits between your data sources and your consumers. It automates the "boring" parts of API development: routing, auth, documentation, and SDK generation, so you can focus on writing business logic.

🚀 Features

  • Database API Gateway - Instantly expose legacy SQL/NoSQL databases (MySQL, PostgreSQL, etc.) as REST APIs.
  • Microservice Gateway - Securely route, orchestrate, and load-balance traffic between your distributed services.
  • Custom API Logic - Build powerful backend logic using reusable actions in PHP or Javascript.
  • Agent Development - Use your custom API logic as "Tools" to build and power autonomous AI agents.
  • AI-Assisted Development - Generate custom backend logic and schemas using natural language prompts.
  • MCP Integration - Native support for the Model Context Protocol to expose APIs to AI ecosystems.
  • API Developer Portal - A self-service portal for third-party developers with docs, testing tools, and keys.
  • SDK Automation - Zero-effort generation of client SDKs for all major programming languages.
  • API Monetization - Turn your API into a product with subscription plans, quotas, and automated billing.
  • Analytics & Monitoring - Real-time tracking of API usage, performance metrics, and error logging.

📦 Installation

🐳 Docker

The fastest way to try Fusio locally is with Docker and docker-compose.

services:
  fusio:
    image: fusio/fusio
    restart: always
    environment:
      FUSIO_PROJECT_KEY: "42eec18ffdbffc9fda6110dcc705d6ce"
      FUSIO_CONNECTION: "pdo-mysql://fusio:61ad6c605975@mysql-fusio/fusio"
      FUSIO_BACKEND_USER: "test"
      FUSIO_BACKEND_EMAIL: "demo@fusio-project.org"
      FUSIO_BACKEND_PW: "test1234"
    links:
      - mysql-fusio
    ports:
      - "8080:80"

  mysql-fusio:
    image: mysql:8.0
    restart: always
    environment:
      MYSQL_RANDOM_ROOT_PASSWORD: "1"
      MYSQL_USER: "fusio"
      MYSQL_PASSWORD: "61ad6c605975"
      MYSQL_DATABASE: "fusio"
    volumes:
      - ./db:/var/lib/mysql

docker compose up -d

After startup

  • Backend: http://localhost:8080/apps/fusio
  • Login with the credentials you configured
  • For the first steps, take a look at our Getting Started guide

🛠️ Manual Installation

  • Download artifact

    You can either download the official release or clone the repository.

    git clone https://github.com/apioo/fusio.git
    
  • Configure .env

    Configure fitting database ...

Comments (0)
to leave a comment.

No comments yet. Be the first to share your thoughts!

Related Skills

n8n

by n8n-io

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
180,400
56,035
TypeScript
MCP Serversaiapis
View details
gemini-cli

by google-gemini

An open-source AI agent that brings the power of Gemini directly into your terminal.
98,624
12,496
TypeScript
AI Agentsaiai-agents
View details
everything-claude-code

by affaan-m

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
94,747
12,402
JavaScript
AI Agentsai-agentsanthropic
View details
context7

by upstash

Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
50,074
2,367
TypeScript
MCP Serversllmmcp
View details
TrendRadar

by sansan0

⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。
49,500
22,749
Python
MCP Serversaibark
View details
awesome-claude-skills

by ComposioHQ

A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows
46,719
4,767
Python
AI Agentsagent-skillsai-agents
View details