Developer Resources

Build With One United Enterprise

Connect your platform, AI, or application to OUE's ecosystem — submit leads, check services, and integrate our capabilities directly into your workflow.

Choose Your Integration Method

🔌

REST API

Submit leads, check availability, and integrate OUE services directly into your platform using standard HTTP requests.

bash
curl -X POST https://oneunitedenterprise.vercel.app/api/leads \
  -H "Content-Type: application/json" \
  -d '{"name":"Jane Smith","email":"jane@example.com","sector":"consulting","service":"strategy-advisory"}'
🤖

AI Assistant Integration (MCP)

Connect Claude or any MCP-compatible AI directly to OUE. Your AI can submit leads, check services, and interact with our ecosystem using natural language.

json
{
  "mcpServers": {
    "azoth": {
      "type": "http",
      "url": "https://azoth-platform.vercel.app/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_AZOTH_KEY",
        "x-workspace-id": "YOUR_WORKSPACE_ID"
      }
    }
  }
}
🪄

One-Line Embed

Add a lead capture form to any website with a single script tag. Visitors can contact OUE directly from your site.

html
<script src="https://azoth-platform.vercel.app/api/embed?key=YOUR_KEY&workspace=YOUR_WORKSPACE_ID&color=%23e8a045&source=partner-site"></script>
🤝

Become an Affiliate

Earn commissions by referring clients to OUE. Get your unique tracking link, access marketing materials, and track your earnings in real-time.

10% commission on closed deals30-day cookieReal-time dashboard
Apply to Affiliate Program

API Reference

Base URL: https://oneunitedenterprise.vercel.app

EndpointMethodDescription
/api/leadsPOSTSubmit a new lead
/api/leadsGETList leads (auth required)

POST /api/leads — Request Body

FieldTypeNotes
namestringRequired
emailstringRequired
phonestringOptional
companystringOptional
sectorstringfilm · consulting · nonprofit · medical · investment · founder · team
servicestringService slug
messagestringOptional
affiliate_codestringOptional — for affiliate tracking

Ready to integrate?

Get your API key and start connecting to the OUE ecosystem today.

Get Your API Key →

Questions? hello@oneunitedenterprise.com