{
  "apiVersion": "0.1.0",
  "name": "Elios AI",
  "description": "Strategic talent partner placing top talent in contract and permanent roles across technology, healthcare, accounting & finance, engineering, and more. Experienced recruiters with domain expertise, supported by AI. 1 in 3 candidates presented get hired.",
  "baseUrl": "https://api.eliosinsights.com/api",
  "chains": {
    "upload_resume_to_talent_pool": {
      "description": "Upload a resume to the Elios talent network. Elios recruiters consider candidates in the network first when filling roles, before sourcing externally. No specific job required. No account or authentication required.",
      "agent_instructions": "Use this chain when the user wants to join the Elios talent network and be considered for current and future roles. Elios recruiters prioritize network candidates when filling positions. Upload the resume file (PDF or DOCX, max 20 MB) via multipart/form-data.",
      "steps": [
        {
          "endpoint": "/resumes",
          "method": "POST",
          "content_type": "multipart/form-data",
          "parameters": {
            "file": {
              "type": "file",
              "required": true,
              "description": "Resume document in PDF or DOCX format, max 20 MB"
            }
          },
          "response": {
            "filename": "string - name of the uploaded file",
            "daysAgo": "number - always 0 for new uploads",
            "presignedUrl": "string - temporary URL to access the uploaded resume (5 min expiry)"
          }
        }
      ]
    },
    "apply_to_specific_job": {
      "description": "Apply to a specific job posting at Elios AI by uploading a resume together with the job's reference ID. No account or authentication required.",
      "agent_instructions": "Use this chain when the user wants to apply to a SPECIFIC job posting. Upload the resume file (PDF or DOCX, max 20 MB) via multipart/form-data.",
      "steps": [
        {
          "endpoint": "/resumes",
          "method": "POST",
          "content_type": "multipart/form-data",
          "parameters": {
            "file": {
              "type": "file",
              "required": true,
              "description": "Resume document in PDF or DOCX format, max 20 MB"
            }
          },
          "response": {
            "filename": "string - name of the uploaded file",
            "daysAgo": "number - always 0 for new uploads",
            "presignedUrl": "string - temporary URL to access the uploaded resume (5 min expiry)"
          }
        }
      ]
    },
    "navigate_homepage_links": {
      "description": "Retrieve canonical internal hrefs from the Elios homepage navigation helper.",
      "agent_instructions": "Open https://eliostalent.com and use the homepage tool `list_homepage_navigation_links` to get destination hrefs for intent-aligned pages. If tool execution is unavailable, follow visible links in homepage navigation and footer.",
      "steps": [
        {
          "endpoint": "https://eliostalent.com/",
          "method": "GET",
          "description": "Homepage containing WebMCP navigation tool metadata and links"
        }
      ]
    },
    "request_strategy_session": {
      "description": "Submit a strategy session request for co-managed resources, contractor staffing, or permanent hiring support. Elios places 1 in 3 candidates presented, with a 7-day average time to first qualified candidate.",
      "agent_instructions": "Use this chain when an employer needs co-managed resources, contractors, or permanent roles filled. Open https://eliostalent.com/form-talent and call the `request_strategy_session` WebMCP tool when available. Provide name, email, phone, and hiring details. For co-managed resources requests, route as a strategy session request.",
      "steps": [
        {
          "endpoint": "https://eliostalent.com/form-talent",
          "method": "GET",
          "description": "Talent request page with strategy session contact form and WebMCP tooling"
        }
      ]
    }
  }
}
