how it works

From "we need this API" to live, without hiring anyone

Every step below happens in one conversation with the agent — on the web today. No account setup on your side beyond the provider you're connecting to, no code to write, no documentation to read.

1

Start a conversation

Tell the agent your business name and what you want connected — mobile money today, more connectors as they ship.

2

Get your private dashboard

The agent registers your business as a technical record (not a legal filing) and hands you a link only you can open.

3

Create your own account with the provider

Your KYC, your compliance, your settlement account — entirely on your side. AfrikCru never does this step for you.

4

Paste your API key, once

It's encrypted (AES-256-GCM) the moment it arrives. Nobody — not the agent, not us — shows it again after that.

5

Run a real test

The agent runs an actual call through the connector — e.g. a small test mobile money payment — and confirms it worked, in plain language.

6

You're live

Every action after that goes through the same secure channel, visible on your dashboard.

the vault

What happens behind the scenes

Your credentials sit in a dedicated encrypted vault, scoped to your business, never written to a log, never returned by any tool the agent has access to. That's not a policy promise — it's a permanent automated check in our codebase that fails the build if it's ever violated.

what you paste once
sk_live_7bV3k...actualKey

Step 4 above — sent once, over TLS, straight into the vault tool.

AES-256-GCM
what's actually stored
4f9e2a...c71b (ciphertext) + authTag

This is the entire row. No plaintext column exists.

vs. the alternative

Why not just ask Claude Code or ChatGPT to build this?

They'd write you working PawaPay code, honestly, probably fast. What none of them do is host it, keep it running, receive the webhook at 2am, or notice when PawaPay changes a field — that's the actual six steps above, and it's the part that doesn't stop after step 6.

AfrikCruClaude Code / ChatGPT / GeminiA developer
Who writes the integrationNobody — it already existsYou, with AI helpThe developer
Who hosts it, running 24/7AfrikCruYou need your own serverThe developer sets it up, you maintain it after
Who verifies incoming webhooksAlready built & testedYou'd build this yourselfThe developer builds it
When the provider's API changesAfrikCru fixes it once, for everyoneYou find out when something breaksYou pay the developer again
Setup timeMinutes, in a conversationHours to days, if you can codeDays to weeks, plus hiring
Do you need to know how to codeNoYes (or heavy AI hand-holding)No — but you need to find and pay one
CostUsage-based subscriptionFree — just your own hostingSalary or freelance retainer
/ start --conversation

See it for yourself.