Authentication
Create an API key in the dashboard, then pass it as a Bearer token. Rotate keys regularly and scope them by environment.
Authorization: Bearer $JOWIQ_KEYLoading JOWIQ…
Developers
Everything you need to authenticate, call APIs, handle webhooks, and ship with JOWIQ SDKs.
Create an API key in the dashboard, then pass it as a Bearer token. Rotate keys regularly and scope them by environment.
Authorization: Bearer $JOWIQ_KEYStart an AI agent task with a model and objective. Responses include a run id you can poll or stream.
POST /v1/agents
{
"model": "jowiq-agent-1",
"task": "triage_support"
}Subscribe to commerce, identity, and agent events. Verify signatures using your webhook secret.
JOWIQ-Signature: t=..., v1=...Official SDKs for Node.js, Python, and Go include typed clients, retries, and sandbox helpers.
npm install @jowiq/sdk