Back to homepage

Agent Access for website visitors

Get to the right information faster with your AI assistant

Agent Access helps an AI assistant understand a website: it can find relevant content, explain it, and prepare an inquiry visibly. You stay in control – nothing is submitted automatically.

Your website becomes easier for people and agents to understand

When you use an AI assistant, you do not have to gather information only through menus and search fields. Agent Access helps it find relevant pages and offers and explain the important content in the context of your question.

The boundary stays visible: an assistant may prepare an inquiry, but it cannot submit one on your behalf. You see the data, review it yourself, and decide whether to take the next step.

Four things your AI assistant can help with

01

Find

Reach relevant pages, solutions, and next steps through a structured website more quickly.

02

Understand

Put sections, requirements, and differences into context with a clear summary.

03

Prepare

Prepare a contact or checklist request in the visible website without submitting it.

04

Stay in control

The website remains usable and you decide what happens with personal data and submission.

Your path in three steps

Agent Access connects research and preparation without turning assistance into an autonomous decision.

  1. 01

    Discover

    Your assistant finds relevant pages and offers from the published website catalog.

    Illustrative example · Search the catalogtypescript
    async function findRelevantPage() {  const pages = await agentAccess.catalog.find({    query: "RAG for internal policies",    locale: "en",  });  const relevantPage = pages.at(0);  if (!relevantPage) {    return null;  }  return relevantPage;}
  2. 02

    Understand

    Relevant content is summarized so you can assess what fits your question faster.

    Illustrative example · Read content in read-only modetypescript
    async function readPublishedSections(pageId: string) {  const page = await agentAccess.content.read({    pageId,    mode: "read-only",  });  return page.sections.map(({ title, summary }) => ({    title,    summary,  }));}
  3. 03

    Prepare

    If you want to get in touch, visible fields can be prepared. Review and submission stay with you.

    Illustrative example · Ask for human reviewtypescript
    async function prepareContactForReview(topic: string) {  const draft = await agentAccess.contact.prepare({    topic,    message: "I would like to discuss this use case.",  });  contactForm.prefill(draft);  const review = await human.reviewInBrowser(contactForm);  return {    readyForManualSubmission: review.approved,    submitted: false,  };}

01

WebMCP: help inside the open browser

With WebMCP, a supported AI assistant can work with the website in the current browser context. It can open known pages and use intended assistance without arbitrary actions.

  • Only explicitly published website actions are available.
  • A normal browser without WebMCP remains fully usable.

02

Read-only Remote MCP: use content as a reader

Explicitly connected external AI clients can read published pages through a read-only surface. This is an optional content connection, not general write access to the website.

  • Only public catalog pages and their sections are published.
  • The connection can be deliberately enabled or disabled by the operator.

03

AI Discovery: make relevant pages discoverable

Structured page information, machine-readable hints, and clear links help supported search and assistant systems understand the content.

  • Discovery is guidance, not a guarantee of ranking, indexing, or citation.
  • The rendered website and its normal SEO signals remain the foundation.

04

Preparing does not mean submitting

An assistant can prepare visible contact or checklist fields. Before submission, the data stays visible, consent is not preselected, and human review is required.

  • Preparation triggers no submit event, automatic inquiry, or webhook.
  • Aborted or failed preparation restores the previous visible state.

Next steps

Questions visitors ask

Do I need a special browser?

No. The website continues to work as usual. Agent-Access features are available only to supported assistants and browsers when they actually provide them.

Can an AI assistant submit an inquiry for me?

No. Agent Access can prepare visible fields but cannot submit an inquiry automatically. You review the data and decide whether to send it.

Are my personal details returned to an assistant?

Public read and discovery features do not return prepared personal data. Form preparation works with the visible website and requires your review.

Does Agent Discovery guarantee that my answer will be found?

No. Structured hints make content easier to interpret, but do not guarantee discovery, indexing, citation, or placement.

Want to see what this means for your website?

Read the business perspective or contact stark AI through a human-reviewed inquiry.