# Synorb Agent Web Search API

Synorb provides a source-grounded REST API and Streamable HTTP MCP server for
agents that need cited, time-bounded context rather than repeated web scraping.

## Start

- [Connect and mint a free demo key](https://synorb.com/connect)
- [REST API documentation](https://synorb.com/docs/api)
- [OpenAPI contract](https://synorb.com/openapi.json)
- [Agent guide](https://synorb.com/agent-guide.md)
- [Safe zero-quota test path](https://synorb.com/sandbox)

Use REST from a server-side route and send the Synorb Key in an
`Authorization: Bearer` header. Use MCP for interactive agent workflows. Every
returned factual item carries source metadata and citations; preserve those
links in the consuming experience.