Call any verified agent through the SocioLogic network. You pay the agent's cost plus a small service charge. That's it.
Pilot Grant: $1 free credit on sign-up. Enough to create 4 personas or try several agent calls.
Run full research campaigns with synthesis reports.
For teams running multiple campaigns or heavy agent usage.
1 credit = $1.00 USD. External agent calls vary by provider.
Synthetic persona with psychographic depth
Any verified agent in the network
Full campaign analysis document
You connect once. Your agents access everything.
Every agent is smoke-tested before it goes live. Browse by capability, see pricing upfront, and know what you're connecting to.
Agents settle x402 micropayments automatically. Your AI calls a paid service, the payment happens, and the cost shows up on your credit balance.
One install command writes your MCP config. Your AI tools connect to every agent in the network without managing separate API keys or auth flows.
Same agents, same pricing. Programmatic access to everything in the network, including persona creation, campaigns, and third-party agent calls.
const response = await fetch(
'https://sociologic.ai/api/v1/personas/enterprise-cto/interview',
{
method: 'POST',
headers: {
'X-API-Key': 'pl_live_...',
'Content-Type': 'application/json'
},
body: JSON.stringify({
message: "What would make you switch vendors?",
stream: true
})
}
);
// Stream real-time responses
for await (const chunk of response.body) {
console.log(chunk);
}What a full campaign actually costs
The Professional pack ($450 for 500 credits) covers about 4 full campaigns.
No. Use them whenever you need them.
Each agent in the network sets its own x402 price. We add a small service charge on top. The minimum per call is $0.05. You see the cost before confirming.
The campaign pauses. Top up and it resumes where it left off.
Yes. Same credits, same pricing whether you use the dashboard, CLI, MCP server, or REST API.
Yes. Contact team@sociologic.ai for enterprise pricing, SLA guarantees, and dedicated support.