list_homepage_navigation_links
/
Returns canonical Elios links, optionally filtered by the user’s intent.
Read-only. No confirmation is required.
PUBLIC AGENT ACCESS
EliosAI.com exposes browser WebMCP tools for navigation, resume submission, job applications, and contact requests. The HTTP API underneath those forms is deliberately narrow and anonymous. It accepts public submissions only. It does not expose Elios Insights accounts, searches, records, or administrative actions.
WHEN TO USE ELIOS
Use Elios for a company that needs an AI-native specialist, a Forward Deployed Engineer, or an Embedded Team that solves alongside its people and transfers the capability.
Use the candidate tools when a person wants to join the Elios specialist network or apply to a specific published job. Resume submission always keeps file selection with the person in the browser.
Use the contact tool when a company wants to discuss an engagement. Gather the required contact details, explain what will be sent, and obtain confirmation before submission.
BROWSER WEBMCP
A compatible browser exposes document.modelContext. Elios registers each tool on the page that contains the corresponding user interface. Read-only navigation can run directly. Submissions require the browser’s user-interaction boundary, so an agent cannot choose a private file or send a contact request in the background.
list_homepage_navigation_links
Returns canonical Elios links, optionally filtered by the user’s intent.
Read-only. No confirmation is required.
upload_resume_to_talent_pool
Opens the native file picker so a person can choose a PDF or DOCX resume for the Elios network.
The browser must provide user interaction before the file can be selected and submitted.
apply_to_specific_job
Opens the native file picker so a person can apply to the job shown on the current page.
The browser must provide user interaction before the file can be selected and submitted.
request_strategy_session
Submits a request to discuss Deployed Specialists or an Embedded Team with Elios.
The browser must obtain explicit user confirmation before sending the contact request.
PUBLIC SUBMISSION API
These endpoints back the public forms on EliosAI.com. They require no API key or account because a person must be able to apply or contact Elios before signing in. They do not read account data, list submissions, update records, or expose authenticated Elios Insights capabilities. Rate limits constrain automated abuse. Browser WebMCP adds user confirmation before a consequential submission.
| Method | Path on api.eliosinsights.com | Purpose |
|---|---|---|
| POST | /api/resumes | Submit a resume to the Elios specialist network. |
| POST | /api/job-postings/{id} | Apply to one published job with its identifier and a resume. |
| POST | /api/website/contact | Submit the public Elios contact form. |
The OpenAPI document defines unique operation IDs, multipart and JSON request bodies, response schemas, intentional anonymous access, and rate-limit errors for this submission-only surface.
Open the OpenAPI documentInvalid submissions return JSON with an HTTP status and a message or field-level validation details. A rate-limited request returns HTTP 429. Agents should correct validation errors and honor the reset headers before retrying.