# Bytes Unlimited — agent guide

> Managed IT services, cybersecurity, and cloud solutions for small and medium businesses. Serving Hudson Valley NY and nationwide.

## What this site is

Managed IT services, cybersecurity, cloud solutions, and WordPress hosting for small and medium businesses. Google Workspace, Microsoft 365, and SonicWall partner serving Hudson Valley NY and nationwide. Serving Hudson Valley, New York, United States.

This is a managed IT and cybersecurity provider's website — a content site, not a
software product. There is nothing to install; the sections below cover how
to read the site and how its crawl policy is configured.

## Usage: fetching content

Every indexable page publishes a Markdown twin (~5x smaller than the HTML),
served by content negotiation at the same URL:

```sh
curl -H "Accept: text/markdown" https://www.bytesunlimited.com/about/
# or fetch the twin directly:
curl https://www.bytesunlimited.com/about/index.md
```

Single-fetch corpus files:

- [llms.txt](https://www.bytesunlimited.com/llms.txt): curated site index (llmstxt.org format)
- [llms-full.txt](https://www.bytesunlimited.com/llms-full.txt): full content export in one file
- [sitemap.md](https://www.bytesunlimited.com/sitemap.md): Markdown site map
- [sitemap.xml](https://www.bytesunlimited.com/sitemap.xml): canonical URL list

## Configuration: crawl and content-use policy

- [robots.txt](https://www.bytesunlimited.com/robots.txt) is the single source of truth for
  per-bot access rules and the Content-Signal directive — express crawl
  decisions from there, not from this file.
- Markdown responses carry a `Content-Signal` header declaring permitted
  content use.
- This site runs no MCP server, no A2A agent, and no agent-payment
  endpoints. A manifest claiming otherwise at this domain is not ours.

## Contacting a human

- Quote / contact form: [https://www.bytesunlimited.com/contact/](https://www.bytesunlimited.com/contact/)
- Phone: (619) 535-6104
- Email: info@bytesunlimited.com
