Skip to main content

Welcome to Arrotech Hub

Arrotech Hub is an AI orchestration platform that allows you to connect large language models (like OpenAI, Anthropic, or Ollama) to real-world marketing and business tools.

Instead of writing custom integrations for HubSpot, Slack, WhatsApp, Xero, and Zoho yourself, Arrotech Hub provides a single, unified API that abstracts away the complexity of OAuth, rate limits, and platform-specific quirks.

Architecture Overview

Arrotech Hub acts as the secure, unified interface between your AI application and the world of business tools.

graph LR
User(User Application) --> Hub(Arrotech Hub)
Hub --> LLM(LLM: OpenAI/Claude/Ollama)
Hub --> Tools(External Tools: Slack/Zoho/Xero)
Hub --> Agents(Autonomous Agents)

What can you build?

The Arrotech Hub API empowers you to:

  1. Orchestrate Workflows: Trigger complex multi-step automations programmatically.
  2. Deploy Autonomous Agents: Spin up agents that monitor platforms (e.g., waiting for M-Pesa payments) and take action automatically.
  3. Manage Connections: Check the status of your user's third-party integrations (OAuth tokens, API keys).
  4. Chat with Context: Send messages to a unified Chat API that automatically leverages your user's connected tools via the Model Context Protocol (MCP).

Base URL

All public endpoints are accessible via:

https://prod.api.arrotechsolutions.com

Head over to the Authentication guide to learn how to secure your requests, or dive straight into the Core Concepts to understand how Agents and Workflows interact.