Manus
Manus is a workflow and AI-agent orchestration platform that lets users integrate custom APIs, define automation logic, and run LLM-powered tools inside a unified interface. Manus supports custom model backends (such as AI/ML API), prompt templates, request routing, secure secret storage, and visual debugging.
Installation / Setup
1. Prerequisites
AI/ML API account – sign up and create an API key at:
Manus account – with access to Settings → Integrations → Add custom API.

2. Open the Add custom API Form
In Manus, go to:
Settings → Integrations → Add custom API
This opens the configuration form.

3. Fill Out the Configuration
A) Name
Enter:

B) Icon (optional)
Paste this URL into the icon field:
C) Base URL & Auth Header
Base URL:
Authorization header (Manus will use the secret defined below):

D) Secrets
Create a secret to store your AI/ML API key:
Secret name:
AIMLAPI_KEYValue: your personal AI/ML API key from the AI/ML API dashboard.

E) Note (Request Templates)
Paste the following template into the Note field — Manus will use it as a reference for how to call AI/ML API endpoints:

4. Finalise the Integration
Click Add. Manus will save the integration and show a confirmation message.


Usage Examples
Once the custom API is added, you can select AI/ML API as a backend in Manus and use prompts such as:
Chat / Text & Code
“Write a poem about spring.”
Text → Image
“Draw a lonely lighthouse on a stormy coast using
openai/dall-e-3.”Embeddings
“Generate embeddings for this paragraph with
BAAI/bge-large-en-v1.5.”

Tips
You can use either
https://api.aimlapi.comorhttps://api.aimlapi.com/v1as the base URL.All requests must include:
AI/ML API supports a wide range of providers and models (chat, code, images, audio, vision, embeddings) with enterprise-grade rate limits and uptime.
Helpful Links
Dashboard: https://aimlapi.com/app/
API Keys: https://aimlapi.com/app/keys/
Models browser: https://aimlapi.com/models/
Enjoy building with Manus + AI/ML API 🚀
Last updated
Was this helpful?