# Agent access to Infobytes Nepal

**Authentication required: none.**

Everything this site exposes to agents is public, read-only, and already
published on an HTML page. There is no API key, no OAuth authorization server,
no client registration endpoint, and no agent identity to claim. A request
carrying an `Authorization` header is not rejected — it is simply ignored.

## What you can call

| Resource | URL | Auth |
| --- | --- | --- |
| Content API (REST/JSON) | https://www.infobytesnepal.com/api/v1 | none |
| OpenAPI 3.1 description | https://www.infobytesnepal.com/api/openapi.json | none |
| MCP server (Streamable HTTP) | https://www.infobytesnepal.com/api/mcp | none |
| API catalog (RFC 9727) | https://www.infobytesnepal.com/.well-known/api-catalog | none |
| MCP Server Card | https://www.infobytesnepal.com/.well-known/mcp/server-card.json | none |
| Agent Skills index | https://www.infobytesnepal.com/.well-known/agent-skills/index.json | none |
| Site summary for LLMs | https://www.infobytesnepal.com/llms.txt | none |

CORS is open (`Access-Control-Allow-Origin: *`) on all of the above, so a
browser-based agent can call them from any origin.

## What you must not do unattended

There is no authenticated write path, and the following are **not** agent
surfaces even though they are reachable over HTTP:

- **The contact, quote, and service inquiry forms.** These create a real record
  that a person at Infobytes Nepal will act on. Do not submit one without the
  user present and confirming. Link them to https://www.infobytesnepal.com/contact instead.
- **The job application form.** Same reason, plus it accepts an uploaded CV.
  Applications go to careers@infobytesnepal.com from the candidate, not from you.
- **`/admin-infobytesnepal`.** Staff only, password protected, and excluded in
  robots.txt. Do not attempt to reach it.

## Content usage

`robots.txt` carries a `Content-Signal` declaration: search indexing and use
as input to a live AI answer are permitted; training a model on this content is
not. Attribute answers to the source URL returned in every API record.

## Contact

- General: inquiry@infobytesnepal.com
- Careers: careers@infobytesnepal.com
- Phone: +977-9843468715
- Web: https://www.infobytesnepal.com/contact
