DealDome API Documentation
The DealDome API gives you programmatic access to everything that powers our dropshipping business — Shopify store management, financial tracking, product performance, and AI agent interactions. Built on a Go backend at api.dealdome.eu, the API serves our UK-market Shopify stores, three AI agents (Alfred, Roos, and Elisa), a Telegram bot interface for day-to-day operations, and a Next.js financial dashboard.
Getting started
To start working with the DealDome API, you will need valid credentials — either a JWT token obtained via email/password login or a service API token prefixed with dd_. Head over to the quickstart guide to get the server running locally, or jump straight to authentication to understand how requests are authorized.
Guides
Architecture
Understand how the backend, AI agents, Telegram bots, and dashboard fit together.
Quickstart
Get the DealDome API running locally with Go, PostgreSQL, and environment variables.