
Developers Start Here
Build, deploy, and scale AI Agents with full control. 100 free credits and then pay per use with our developer plans.
Integration Options That Fit Your Stack
Choose the integration method that works best for your project:
-
Visual workflows, automation builders.
Connect Maybe* to 2,000+ tools via Make.com
-
Custom Apps, Backend services
Use our REST API to build and control your own agent experiences
-
Full infra control, self-hosting
Wrap any REST API with the MCP server for secure, agent-native access
No-Code: Make.com Integration
Automate workflows by connecting Maybe* to 2,000+ apps like Slack, HubSpot, Google Sheets, and more — no code required.
- Set up your Maybe* account
- Create your API key from your dashboard
- In Make, search for
“Your AI”
and choose your action (e.g., Create Conversation) - Paste your API key and start building your workflow
REST API: Total Control
Integrate AI agents directly into your products, processes, or backend workflows. Build exactly what you need, how you need it.
- Full control over agent creation, invocation, and conversation handling
- Grey-label by default; white-label using your brand and trust domain
- Rich schema support and versioned endpoints
- Designed for speed, security, and scale
Example: Create a Conversation
curl -X POST \
https://api.maybetech.com/v1/conversations \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"agent_id": "AGENT_ID",
"input": "Hello, world!"
}'
YOUR_API_KEY → replace with your actual token.
AGENT_ID → replace with the ID of the AI agent you want to use.
MCP Server: AI-Ready APIs Anywhere
MCP (Modular Connector Protocol) is the USB-C of AI integration. It lets you wrap any REST API for AI-native access — securely and on your terms.
- Wrap internal or external APIs so agents can call them naturally
- Self-hostable with Docker, cloud or on-prem options
- Control which endpoints are exposed and how they’re authenticated (OAuth, tokens, Nango, etc.)
- Keep everything inside your own environment for compliance and performance
Security & Compliance
Built to meet the standards of modern businesses and public sector teams.
- GDPR Compliant
- Scoped API Keys
- Audit Logging
- SOC2 (via OpenAI Enterprise layer)
- Self-hosting: Keep data and endpoints entirely within your infra
Securely Connect Your Stack
Automate workflows using your tools — secure, compliant, extensible.




















































FAQs for Developers
How do I get started?
Sign up for Maybe*, generate an API key, and follow the quickstart for your chosen integration path.
What is MCP?
MCP (Modular Connector Protocol) wraps your existing APIs so agents can access them. Host it yourself or use our managed instance.
Can I self-host?
Yes — the MCP server and all API endpoints can be fully hosted in your own environment.
Where can I find code samples?
Our API Docs include Postman collections, sample payloads, and integration walkthroughs.