---
title: "Developers Start Here"
last_updated: "2026-03-20T17:11:02.111Z"
category: "Maybe* Quick Start AI Agent Guide"
canonical_url: "https://maybeclients.com/h/maybe-help-centre/developers-start-here"
help_centre: "Maybe* Help Centre"
---

# Developers Start Here

Log in to your Maybe* Account and access AI Academy videos

# Securely Connect Your Stack

Automate workflows using your tools, ensuring they are secure, compliant, and extensible. View the Maybe* API Docs.

## Integration Options That Fit Your Stack

Choose the integration method that works best for your project:

API- Custom apps, backend services

Use our REST API to build and control your own agent experiences

MCP- Full infra control, self-hosting

Wrap any REST API with the MCP server for secure, agent-native access

No-Code- Visual workflows, automation builders

Connect Maybe* to 2,000+ tools via Make.com

## 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
 More API Info


Example: Create a Conversation

```Plain Text

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
More Info On MCP

## No-Code: Make.com Integration

Automate workflows by connecting Maybe* to 2,000+ apps like Slack, HubSpot, Google Sheets, and more — no code required.

1. Set up your Maybe* account
1. Create your API key from your dashboard
1. In Make, search for “Maybe* Your AI” and choose your action (e.g., Create Conversation)
1. Paste your API key and start building your workflow
More Info On Make

## 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. View the Maybe* API Docs.
