std_grade codes. Resolution happens on Arxena’s side.
Prerequisites
- Create a workspace API key in Settings → APIs & Webhooks
- Treat the JWT like a password (Authentication)
Connect Cursor
Connect Claude Desktop
Prompts
- “Get me HR leadership at Apple”
- “Find CHRO-type people at Apple”
- “Who is Head of HR at Apple?”
search_people_api with naturalLanguage (e.g. “CEO at StayVista”). Use explicit std filters only when you already have them. Public vocabulary nouns: taxonomy constants.
In Ask AI on an open org chart, load org-structure-insights, map with list_org_chart_positions, paint with highlight_org_chart({ nodeKeys }), and drill stored people with get_org_chart_node_people({ nodeKey }) so answers cite node keys plus profile headline / summary. Optional web corroboration: app_exa_web_search and google_serp_search (Ask AI catalog flags IS_SEARCH_EXA_ENABLED / IS_SEARCH_SERP_ENABLED).