How the team fits on your leads.
Who the six specialists are, how a lead gets in, and where you approve. The working map, not a brochure.
Specialists
Alex, Mia, Zara on the same lead
Brain
One record of approve / edit / reject
Your stack
Salesforce, HubSpot, Twilio, Resend, Cal.com
Live in 72 hours
Configure the team
Voice, ICP, guardrails, and the offer, from your product info and playbook.
Connect the stack
CRM, calendar, and the list. CSV, webhook, or the CRM you already have.
Approve and launch
You approve the first campaign. The agents work every lead. The Brain learns from outcomes.
Push a lead in
The team starts only on the channels the lead actually consented to.
// Push a lead in from any system - the team starts working it
await fetch("https://api.aisalesconsole.io/api/webhooks/leads/YOUR_TENANT_ID", {
method: "POST",
headers: {
"Content-Type": "application/json",
"X-API-Key": "sk_live_...",
"X-Idempotency-Key": "lead-8f3a" // same key on retry = no duplicate
},
body: JSON.stringify({
event: "lead.created",
lead: {
phone: "+15551234567", // required
email: "prospect@company.com",
firstName: "Sam",
lastName: "Rivera",
company: "Acme"
},
consent: { phone: true, email: true }, // only what the lead actually gave you
source: "website"
})
});- Create the API key in your console under Growth → API endpoints (acknowledge the TCPA notice first); every key is scoped to your tenant.
- Zapier and Google Ads payloads are detected automatically; Facebook Lead Ads arrive through Zapier. Anything else uses the shape above.
- Retries with the same X-Idempotency-Key are de-duplicated, consent flags gate calling and email, and anything beyond the webhook is covered with you during onboarding.
Where to go next
Getting started
What the console is, who the six agents are, and how onboarding runs.
- Quick start - the three steps
- See the console (simulated walkthrough)
- Meet the six agents
- Setup and onboarding FAQ
The Brain
Learning loop, guardrails, and Earned Autonomy.
Integrations and data in
CRM, calendars, and the inbound webhook. Your list, not a scrape.
- Inbound leads webhook
- CRM, calendar and data integrations
- What every plan includes
- Need something custom? Talk to us
Compliance and trust
Consent, quiet hours, encryption, SOC2 in progress.
Need a person?
Setup questions, a weird CRM, or a TCPA detail. A human answers.