Provision Website
Creates a fully configured website in a single call, skipping the onboarding wizard. Optionally configures competitors, prompts, and a processing schedule. Requires a global API key. Partner integrations may include an external_id to map their own identifier onto the new Athena website.
Beta: This endpoint is in beta. The request and response schemas may change.
Body
Request body for provisioning a fully configured website
Website URL. Protocol (https://) is stripped automatically.
"acme.com"
Brand name
"Acme Corp"
Brand description
"Enterprise widgets company"
Base country for the website
"United States"
Default language. If omitted, derived from country (e.g., Germany → German). Falls back to English.
"English"
Industry category. Common values: SaaS & Software, E-commerce & Retail, Healthcare & Medical, Information Technology, Banking & Financial Services, Education & E-learning, Consulting, Manufacturing, Hospitality & Travel, Real Estate, and more. Accepts any string.
"SaaS & Software"
Brand names, aliases, and abbreviations used for mention detection. If empty, auto-generated by AI on the first processing run.
Competitors to track. Deduplicated by URL.
Prompts (queries) to monitor across AI models. Deduplicated by text.
Processing schedule configuration. If omitted entirely, no schedule is created — the user can configure one via the UI. All fields within the schedule are optional with sensible defaults.
Partner-only. An identifier from your own system to map to this Athena website. Accepted only when authenticating with an API key for an organization flagged as a partner. Sending this field as a direct customer returns 403 Forbidden. Must be unique per resource type within your organization — duplicates return 409 with the existing resource in the payload.
1"ws_a7f3b2c9"
Response
Website provisioned successfully
The provisioned website response
Whether the billing entity exists after provisioning. When false, entity creation failed even after a retry: the website exists but has no credits, and setting credits fails with a 400 until it is repaired. Contact AthenaHQ support in that case.