What is this?
Hireflix publishes a skill file at hireflixsl.mintlify.app/skill.md. It contains everything an AI (we use Claude in this example) needs to talk to the Hireflix API directly — the GraphQL schema and example queries — so that once you provide your API key, you can ask Claude questions about your account in plain English instead of writing GraphQL yourself.You’ll need a Hireflix API key to use the skill. If you don’t have one yet, follow the Quickstart to create an account and generate a key.
Setup
1
Allow api.hireflix.com in your network egress settings
In Claude, go to Settings → Capabilities, scroll all the way down to the Allow network egress section, and enable the domain allowlist. Add 
api.hireflix.com to the list. Do this before you start a new chat.
2
Get the Hireflix skill file
Open hireflixsl.mintlify.app/skill.md and save the page as
skill.md. You can hit CTRL + S or on Mac CMD + S to store the page as skill.md on your machine.3
Upload the skill to Claude
Still under Settings → Skills, upload the 
skill.md file you just saved by clicking the “Add” button and selecting “Upload a skill”.
4
Start a new chat and add your API key
Start a new chat (so the network egress rule from step 1 applies), and give Claude your Hireflix API key so it can authenticate against
api.hireflix.com. See the Quickstart if you still need to create one.Try it out
Once your API key is set for the session, try asking Claude things like:- “Can you help me list all positions for Hireflix in my account?”
- “Can you pull interview stats (per stage) for each of the positions (total, pending, to evaluate, shortlisted, and discarded)?”
- “Can you give me an overview of the questions and answers for the following completed interview for position
<your-position-id>?”

Claude's response after being asked to list all positions
What’s next?
Create a Video Interview
Customize your interview questions and flow before inviting real candidates.
GraphQL Basics (tech docs)
Curious what’s under the hood? Learn about the queries and mutations Claude runs on your behalf.


