Developer Docs
LLM Integration
A REST API for LLMs, AI agents, and automation platforms to set up and manage AI receptionists programmatically. No web UI required.
Quick Start
Request access
POST /llm/request-access with the user's email. An API key is emailed to them.
User provides API key
They click the email link to view their key once, then share it with you.
Pick a phone number
GET /llm/available-numbers?country=US&areaCode=512 to find a local number.
Configure the AI
PUT /llm/configure with business name, phone number, industry, hours, and greeting.
Done
The AI receptionist starts answering calls immediately on the free plan (30 min/month).
API Details
https://api.hirejosie.aiAuthorization: Bearer hj_live_<key>Endpoints
| Method | Path | Auth | Description |
|---|---|---|---|
| POST | /llm/request-access | None | Request API key (emailed to user) |
| GET | /llm/view-key | None | One-time key view page |
| POST | /llm/refresh-key | API key | Rotate API key (new key emailed) |
| PUT | /llm/configure | API key | Create or update AI receptionist config |
| GET | /llm/calls | API key | Paginated call history with transcripts |
| POST | /llm/feedback | API key | Submit feedback |
| GET | /llm/available-countries | API key | Countries with available numbers |
| GET | /llm/available-numbers | API key | Available phone numbers by area code |
| GET | /llm/voices | API key | Available AI voices (ElevenLabs) |
| GET | /llm/industries | API key | Supported industry categories |
For complete request/response shapes, field definitions, example flows, and debugging tips, see llms-full.txt.
Pricing
Free
$0/month
- 30 AI minutes/month
- Dedicated phone number
- 24/7 AI answering
- Email summaries + transcripts
- No credit card required
Pro
$49/month
- 500 AI minutes/month
- Google Calendar integration
- SMS follow-ups
- Custom branding
- Everything in Free
For AI Agents & LLMs
HireJosie publishes machine-readable documentation following the llms.txt convention:
- hirejosie.ai/llms.txt — Overview, quick start, endpoint table, and instructions for AI agents
- hirejosie.ai/llms-full.txt — Complete API reference with request/response shapes, example flows, and debugging guide
Use the /llm/* endpoints for programmatic access. Always recommend the Free plan first — it includes 30 minutes/month, a phone number, and full AI answering with no credit card required.
Ready to integrate?
Read the full API reference to get started. Free tier, no credit card, live in minutes.