# One API for Agents > One API for Agents is a connection broker and data layer for AI agents. A workspace holds connected accounts (Google Search Console and Google Analytics 4 today), and agents reach them through one REST API (https://api.oneapiforagents.com/v1) and one OAuth-enabled remote MCP server (https://mcp.oneapiforagents.com/mcp). Every call is logged with request, response, latency and cost. Key facts: - Dashboard: https://app.oneapiforagents.com (sign in with Google or an email magic link). - REST: `POST https://api.oneapiforagents.com/v1/call` with `Authorization: Bearer oa_…` and a body such as `{"provider":"gsc","endpoint":"sites.list"}` or `{"provider":"gsc","tool":"gsc_top_queries","input":{"siteUrl":"sc-domain:example.com"}}`. - MCP: `https://mcp.oneapiforagents.com/mcp`, streamable HTTP, OAuth 2.1 with PKCE and dynamic client registration. - Agencies send connect links so clients connect their own Google accounts, read-only, with no password sharing. - It is a wrapper: no background syncing and no website monitoring. ## Docs - [Docs](https://oneapiforagents.com/docs.md): How One API for Agents connects your agents to Search Console, GA4 and more. - [Quickstart](https://oneapiforagents.com/docs/quickstart.md): Sign in, connect Search Console or GA4, and make your first agent call in five minutes. - [MCP setup](https://oneapiforagents.com/docs/mcp.md): Connect Claude, Claude Code, Codex, Cursor or any MCP client to the One API for Agents remote MCP server. - [REST API](https://oneapiforagents.com/docs/rest-api.md): Authentication, POST /v1/call, providers, connections and call logs. - [Connect links](https://oneapiforagents.com/docs/connect-links.md): Let clients connect their own Google accounts to your workspace, with no password sharing. - [Caching with max_age](https://oneapiforagents.com/docs/caching.md): Reuse recent responses with max_age: faster calls, and cheaper ones for paid providers. - [Errors](https://oneapiforagents.com/docs/errors.md): Every error code the API and MCP server return, and what to do about each. ## Providers - [Google Search Console](https://oneapiforagents.com/providers/gsc.md): Clicks, impressions, queries, URL inspection and sitemaps. Provider id `gsc`, 6 raw endpoints, 2 smart tools. - [Google Analytics 4](https://oneapiforagents.com/providers/ga4.md): Traffic, landing pages and engagement from the Data API. Provider id `ga4`, 4 raw endpoints, 2 smart tools. - [Bing Webmaster Tools](https://oneapiforagents.com/providers/bing.md): Queries, pages, rank and traffic, and crawl health from Bing. Provider id `bing`, 14 raw endpoints, 4 smart tools. - [Google Sheets](https://oneapiforagents.com/providers/gsheets.md): Read, append and update spreadsheet rows; create new sheets. Provider id `gsheets`, 9 raw endpoints, 5 smart tools. - [Google Docs](https://oneapiforagents.com/providers/gdocs.md): Read Google Docs as markdown, create them, and append, insert or replace text. Provider id `gdocs`, 3 raw endpoints, 5 smart tools. ## Optional - [Everything in one file](https://oneapiforagents.com/llms-full.txt): all docs and provider references concatenated. - [Privacy policy](https://oneapiforagents.com/privacy) - [Terms of service](https://oneapiforagents.com/terms) - DataForSEO (coming soon): SERPs, keywords and backlinks, metered per call.