# Terms · Onto
> Terms of Service governing use of Onto's APIs, SDKs, MCP server, and dashboard.

**Source:** /legal/terms
**Extracted:** 2026-09-24T18:14:20.432Z

---
Legal

## Terms of Service

The agreement between you and Onto covering use of our APIs, SDKs, MCP server, dashboard, and any related services.

In preparation

Waiting on the service-level question. We won't commit to an uptime figure we haven't measured for long enough to stand behind, and the rest of the document depends on where that line lands.

Effective

When it's published here

Contact

[founder@buildonto.dev](mailto:founder@buildonto.dev)

Contents

### What the document will cover.

The agreed scope, in the order it will be written. None of it is in force yet; it's here so you can tell now whether the finished document will answer your question.

1.  01
    
    Acceptable use of the Read API, Serve SDK, and MCP server, including rate limits and prohibited targets
    
    _Not written_
2.  02
    
    Subscription terms, credit-pack purchases, automatic renewal, and refunds
    
    _Not written_
3.  03
    
    Ownership of scoring outputs, extracted payloads, and customer content
    
    _Not written_
4.  04
    
    Service levels: what we commit to, and what we don't until we've measured it
    
    _Not written_
5.  05
    
    Liability limits, indemnification, and dispute resolution
    
    _Not written_
6.  06
    
    Account termination, data export, and the wind-down process
    
    _Not written_

Live today

### Who else touches your data.

This part isn't waiting on drafting: it's the list as it stands, read off the services the code actually calls. Checked 24 Sep 2026.

1.  [**Vercel**Their privacy policy](https://vercel.com/legal/privacy-policy) Hosting, and Vercel KV (run by Upstash) for short-lived dataEvery request in transit; page payloads cached for an hour; monthly quota counters; MCP sign-in grants; the keyless reader's per-IP counts; cookieless page analytics on buildonto.dev`next, @vercel/kv, @vercel/analytics`
2.  [**Supabase**Their privacy policy](https://supabase.com/privacy) The database, and dashboard sign-inAccount (email, name and company if you gave them), sign-in identity, API key digests, usage records per call, Serve visit records, pages your SDK uploads, reports you save`@supabase/supabase-js`
3.  [**Polar**Their privacy policy](https://polar.sh/legal/privacy) Billing and subscriptionsYour email, plan and purchases. Card details stay with Polar`@polar-sh/sdk`
4.  [**Resend**Their privacy policy](https://resend.com/legal/privacy-policy) EmailYour email and first name for the welcome email; your message, email and plan when you contact support`resend`
5.  [**Notion**Their privacy policy](https://www.notion.so/notion/Privacy-Policy) The old waitlistEmail addresses left on the waitlist before signup opened on 5 June 2026`@notionhq/client`
6.  [**Google Fonts**Their privacy policy](https://policies.google.com/privacy) Fonts on the reader pagesYour IP address and browser details when you open a page at md.buildonto.dev`fonts.googleapis.com`

Meanwhile

### What you can read right now.

[**Privacy**What we collect, what we keep, and how to have it deleted. In force._Read it_](/legal/privacy) [**Security**How keys are stored, what's encrypted, and what we don't claim. Each line cites its code._Read it_](/legal/security)

**Need it sooner?**If your procurement needs this document, or one clause of it, email [founder@buildonto.dev](mailto:founder@buildonto.dev) with the clause. A person replies, and the answer says plainly yes, no or not yet.

---
## Structured Data (JSON-LD)
```json
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://buildonto.dev/#org",
      "name": "Onto",
      "url": "https://buildonto.dev",
      "logo": "https://buildonto.dev/icon.png",
      "sameAs": [
        "https://x.com/buildonto",
        "https://github.com/ravixalgorithm/ontosdk"
      ]
    },
    {
      "@type": "WebSite",
      "@id": "https://buildonto.dev/#site",
      "url": "https://buildonto.dev",
      "name": "Onto",
      "publisher": {
        "@id": "https://buildonto.dev/#org"
      }
    },
    {
      "@type": "SoftwareApplication",
      "name": "Onto",
      "applicationCategory": "DeveloperApplication",
      "operatingSystem": "Web",
      "url": "https://buildonto.dev",
      "description": "Onto serves AI agents clean Markdown from your own site, at the same URL, and shows you which agents came. Plus the AIO score, a Read API and an MCP server.",
      "publisher": {
        "@id": "https://buildonto.dev/#org"
      },
      "offers": {
        "@type": "Offer",
        "price": "0",
        "priceCurrency": "USD",
        "description": "Free tier: 1,000 credits / month"
      }
    }
  ]
}
```
