# Tonic Career Portal > Multi-tenant career portal platform powered by Tonic HQ ## Overview Tonic Career Portal hosts career sites for staffing and recruiting companies. Each portal has a unique ID and serves job listings from Bullhorn ATS. ## URL Structure - `/{portalId}` — Job listing page for a specific company's career portal - `/{portalId}/jobs/{jobId}` — Individual job posting detail page - `/{portalId}/privacy` — Privacy policy for the portal - `/{portalId}/llms.txt` — AI-readable job listing index for a specific portal ## Data Format Each job posting page includes: - JSON-LD `JobPosting` schema in the HTML `` - Full job description in semantic HTML - Location, salary, employment type metadata ## AI Agent Access Per-portal job indexes are available at `/{portalId}/llms.txt` — plain text, no auth required. These files list all open positions with IDs, URLs, categories, locations, and employment types. ## API Access Job data is served via server-rendered HTML with structured data. No API key required for reading public job listings. ## Contact Platform operated by Tonic HQ — https://tonichq.com