DruxAI
DruxAI

Put your best AIs to work

Ask all of them.

The Drux suite

One account. Every product.

One wallet of credits, spent across all of it.

Open the console →

Canvas

Bring Your Idea to Life in Minutes

Real websites built by real people — generated in seconds with AI. No coding. No templates. Just describe your business.

Ajo

OnlyFansLite

African Caribbean Store Landing Page Edmonton

Comedy Show Landing Page

For developers

Build on the whole AI ecosystem — with one API.

The DruxAI consensus API fans your prompt out to every frontier model and returns a scored, reconciled answer. Ship features that don’t depend on any single provider.

  • One endpoint, every model

    Call GPT-5, Claude, Gemini and Grok through a single consensus API. No juggling keys or SDKs.

  • Consensus, not one opinion

    Every response ships with an agreement score so you know how much the models actually align.

  • One wallet, all products

    Credits are shared across Search, Debate, Playbooks and the API — top up once, use everywhere.

POST /v1/consensus
curl https://api.drux.space/v1/consensus \
  -H "Authorization: Bearer $DRUX_KEY" \
  -d '{
    "query": "Is nuclear the fastest path to net zero?",
    "models": ["gpt-5", "claude", "gemini", "grok"]
  }'

# → { "answer": "...",
#     "agreement": 0.82,
#     "dissent": ["grok"] }