{
 "categories": [
  "finance"
 ],
 "deployment": "saas",
 "evidence": [
  {
   "date": "2026-09-19",
   "fact": "homepage",
   "note": "Ramp presents an all-in-one spend platform combining corporate cards, expense management, accounts payable, travel, procurement, and accounting automation.",
   "source": "https://ramp.com/",
   "tier": "declared"
  },
  {
   "date": "2026-09-19",
   "fact": "license",
   "note": "Opened homepage pricing lists a Free plan at $0 per user per month, then paid Plus and Enterprise editions. That is a permanent free tier plus paid editions.",
   "source": "https://ramp.com/",
   "tier": "declared"
  },
  {
   "date": "2026-09-19",
   "fact": "modalities.api.exists",
   "note": "Ramp documents a Developer API. Admins create an app under Company \u2192 Developer, request an access token at /developer/v1/token, and call GET /developer/v1/transactions.",
   "source": "https://docs.ramp.com/llms-guides/getting-started.txt",
   "tier": "declared"
  },
  {
   "date": "2026-09-19",
   "fact": "modalities.api.kinds[0]",
   "note": "Production API host is https://api.ramp.com and sandbox is https://demo-api.ramp.com. The opened quickstart retrieves transactions with a JSON GET.",
   "source": "https://docs.ramp.com/llms-guides/getting-started.txt",
   "tier": "declared"
  },
  {
   "date": "2026-09-19",
   "fact": "modalities.api.auth[0]",
   "note": "Client-credentials is the documented server-to-server grant. Token requests use HTTP Basic client_id:client_secret against /developer/v1/token. Those access tokens normally last 10 days and do not return a refresh token.",
   "source": "https://docs.ramp.com/llms-guides/authorization.txt",
   "tier": "declared"
  },
  {
   "date": "2026-09-19",
   "fact": "modalities.api.auth[1]",
   "note": "Authorization-code is required for third-party and multi-tenant apps. Users with Developer API authorization permission (typically Admin or Business Owner) approve at https://app.ramp.com/v1/authorize or the sandbox authorize URL.",
   "source": "https://docs.ramp.com/llms-guides/authorization.txt",
   "tier": "declared"
  },
  {
   "date": "2026-09-19",
   "fact": "modalities.api.coverage",
   "note": "OAuth scopes cover transactions, bills, cards, reimbursements, users, vendors, receipts, purchase orders, treasury, and related resources, with separate read and write permissions. Coverage is scope-bound, not an unscoped control plane.",
   "source": "https://docs.ramp.com/llms-guides/authorization.txt",
   "tier": "declared"
  },
  {
   "date": "2026-09-19",
   "fact": "modalities.api.docs",
   "note": "Opened as the current Developer API quickstart for creating an app, minting a client-credentials token, and listing transactions.",
   "source": "https://docs.ramp.com/llms-guides/getting-started.txt",
   "tier": "declared"
  },
  {
   "date": "2026-09-19",
   "fact": "modalities.mcp.first_party",
   "note": "Ramp documents a first-party hosted MCP at https://mcp.ramp.com/mcp and a demo server at https://demo-mcp.ramp.com/mcp. Off-the-shelf clients connect with OAuth.",
   "source": "https://docs.ramp.com/llms-guides/ramp-mcp.txt",
   "tier": "declared"
  },
  {
   "date": "2026-09-19",
   "fact": "modalities.mcp.verdict",
   "note": "Tool groups cover spend analysis, approvals, expense submission, card lock/unlock, policy Q&A, Agent Cards, and trips. Bill approvals are not yet available via MCP. Admins manage access from Company \u2192 Integrations \u2192 Ramp MCP. Tool names are documented as evolving.",
   "source": "https://docs.ramp.com/llms-guides/ramp-mcp.txt",
   "tier": "declared"
  },
  {
   "date": "2026-09-19",
   "fact": "modalities.cli.exists",
   "note": "Ramp publishes an official CLI (github.com/ramp-public/ramp-cli). Human users run ramp auth login. Agent mode emits JSON. Resources include bills, cards, transactions, reimbursements, travel, and users.",
   "source": "https://docs.ramp.com/llms-guides/cli.txt",
   "tier": "declared"
  },
  {
   "date": "2026-09-19",
   "fact": "modalities.extensibility.webhooks",
   "note": "POST /developer/v1/webhooks creates a subscription. Ramp signs deliveries with X-Ramp-Signature HMAC-SHA256 and retries 429 and 5xx responses.",
   "source": "https://docs.ramp.com/llms-guides/webhooks.txt",
   "tier": "declared"
  },
  {
   "date": "2026-09-19",
   "fact": "modalities.data_access.export",
   "note": "GET /developer/v1/transactions returns JSON transaction collections the access token is scoped to read.",
   "source": "https://docs.ramp.com/llms-guides/getting-started.txt",
   "tier": "declared"
  },
  {
   "date": "2026-09-19",
   "fact": "modalities.data_access.import",
   "note": "Write scopes such as transactions:write, bills:write, reimbursements:write, and cards:write authorize JSON updates through the same Developer API.",
   "source": "https://docs.ramp.com/llms-guides/authorization.txt",
   "tier": "declared"
  },
  {
   "date": "2026-09-19",
   "fact": "modalities.agent_docs.llms_txt",
   "note": "Opened https://docs.ramp.com/llms.txt as a first-party agent documentation index that routes clients to /llms-guides/ files for API, MCP, CLI, and webhook workflows.",
   "source": "https://docs.ramp.com/llms.txt",
   "tier": "declared"
  },
  {
   "date": "2026-09-19",
   "fact": "verdict.scores.api",
   "note": "The Developer API is a broad documented production REST surface with OAuth grants, scoped resources, sandbox, and signed webhooks. Admin app creation and scope binding keep the path in the practical-and-broad band.",
   "source": "https://docs.ramp.com/llms-guides/authorization.txt",
   "tier": "declared"
  },
  {
   "date": "2026-09-19",
   "fact": "verdict.scores.mcp",
   "note": "The official hosted server covers spend, approvals, expenses, cards, policy Q&A, and travel under user OAuth. Evolving tool names, missing bill approvals, and custom-client redirect allowlisting keep the score in the official-and-useful band rather than unusually complete.",
   "source": "https://docs.ramp.com/llms-guides/ramp-mcp.txt",
   "tier": "declared"
  },
  {
   "date": "2026-09-19",
   "fact": "verdict.scores.cli",
   "note": "The official CLI has OAuth login, client-credentials agent login, JSON --agent output, and commands for bills, cards, transactions, reimbursements, and travel. Human browser login and non-refreshable client-credentials tokens are material operational limits.",
   "source": "https://docs.ramp.com/llms-guides/cli.txt",
   "tier": "declared"
  },
  {
   "date": "2026-09-19",
   "fact": "freshness.watch[0].url",
   "note": "Opened and verified as the current Developer API quickstart.",
   "source": "https://docs.ramp.com/llms-guides/getting-started.txt",
   "tier": "declared"
  },
  {
   "date": "2026-09-19",
   "fact": "freshness.watch[1].url",
   "note": "Opened and verified as the current OAuth authorization guide for client-credentials and authorization-code.",
   "source": "https://docs.ramp.com/llms-guides/authorization.txt",
   "tier": "declared"
  },
  {
   "date": "2026-09-19",
   "fact": "freshness.watch[2].url",
   "note": "Opened and verified as the current first-party Ramp MCP guide, including production and demo URLs, tool groups, and admin access controls.",
   "source": "https://docs.ramp.com/llms-guides/ramp-mcp.txt",
   "tier": "declared"
  },
  {
   "date": "2026-09-19",
   "fact": "freshness.watch[3].url",
   "note": "Opened and verified as the current official Ramp CLI guide.",
   "source": "https://docs.ramp.com/llms-guides/cli.txt",
   "tier": "declared"
  },
  {
   "date": "2026-09-19",
   "fact": "freshness.watch[4].url",
   "note": "Opened and verified as the current webhook guide, including event catalog and signature verification.",
   "source": "https://docs.ramp.com/llms-guides/webhooks.txt",
   "tier": "declared"
  }
 ],
 "freshness": {
  "last_verified": "2026-09-19",
  "volatility": "high",
  "watch": [
   {
    "type": "docs",
    "url": "https://docs.ramp.com/llms-guides/getting-started.txt"
   },
   {
    "type": "docs",
    "url": "https://docs.ramp.com/llms-guides/authorization.txt"
   },
   {
    "type": "mcp",
    "url": "https://docs.ramp.com/llms-guides/ramp-mcp.txt"
   },
   {
    "type": "docs",
    "url": "https://docs.ramp.com/llms-guides/cli.txt"
   },
   {
    "type": "docs",
    "url": "https://docs.ramp.com/llms-guides/webhooks.txt"
   }
  ]
 },
 "homepage": "https://ramp.com/",
 "id": "ramp",
 "license": "freemium",
 "modalities": {
  "agent_docs": {
   "llms_txt": true
  },
  "api": {
   "auth": [
    "oauth2-client-credentials",
    "oauth2-authorization-code"
   ],
   "coverage": "partial",
   "docs": "https://docs.ramp.com/llms-guides/getting-started.txt",
   "exists": true,
   "kinds": [
    "rest"
   ]
  },
  "cli": {
   "exists": true
  },
  "computer_use": {
   "issues": [],
   "viability": "unknown"
  },
  "data_access": {
   "export": [
    "json"
   ],
   "import": [
    "json"
   ]
  },
  "extensibility": {
   "scripting": [],
   "webhooks": true
  },
  "integrations": {
   "make": "unknown",
   "n8n": "unknown",
   "power_automate": "unknown",
   "zapier": "unknown"
  },
  "mcp": {
   "first_party": true,
   "third_party": [],
   "verdict": "official"
  },
  "rpa": {
   "drivability": "unknown",
   "notes": "No repeatable UI probe was run. Ramp's Developer API, signed webhooks, official CLI, and first-party hosted MCP cover spend automation without browser control.\n",
   "ui_stack": [
    "web-dom"
   ],
   "vendor_support": []
  },
  "sdk": {
   "exists": "unknown",
   "languages": [],
   "official": "unknown"
  }
 },
 "name": "Ramp",
 "platforms": [
  "web"
 ],
 "related": {
  "alternatives": [
   "pleo",
   "sap-concur",
   "brex"
  ],
  "our_products": []
 },
 "schema_version": 1,
 "score_version": 1,
 "status": "active",
 "vendor": "Ramp",
 "verdict": {
  "best_path": "api",
  "scores": {
   "api": 8,
   "cli": 8,
   "computer_use": null,
   "integrations": null,
   "mcp": 7,
   "overall": 8,
   "rpa": null
  },
  "summary": "Ramp is automatable today through the Developer API. This record is Ramp corporate cards, expenses, reimbursements, bills, travel, and accounting workflows, including the vendor-hosted MCP at https://mcp.ramp.com/mcp. It is not Brex, Pleo, or SAP Concur. Production API calls go to https://api.ramp.com/developer/v1; sandbox is https://demo-api.ramp.com. OAuth 2.0 client-credentials is the documented server-to-server path: admins create an app under Company \u2192 Developer, then POST /developer/v1/token with HTTP Basic client_id:client_secret. Those access tokens last about 10 days and do not refresh. Third-party and multi-tenant apps must use authorization-code against https://app.ramp.com/v1/authorize (sandbox https://demo.ramp.com/v1/authorize). GET /developer/v1/transactions is the opened first-call example. Webhooks subscribe at POST /developer/v1/webhooks and verify X-Ramp-Signature HMAC-SHA256. Events cover transactions, bills, reimbursements, purchase orders, users, and related resources. First-party MCP is hosted at https://mcp.ramp.com/mcp, with demo data at https://demo-mcp.ramp.com/mcp. Off-the-shelf clients use OAuth; custom clients need a redirect-URI allowlist. Tool groups cover spend analysis, approvals, expense submission, card lock/unlock, policy Q&A, Agent Cards, and trips. Bill approvals are not yet available via MCP. Admins control MCP access from Company \u2192 Integrations \u2192 Ramp MCP. The official CLI (github.com/ramp-public/ramp-cli) uses ramp auth login (browser OAuth) or client-credentials agent login, with --agent JSON output for bills, cards, transactions, reimbursements, and travel. iPaaS catalogs were not opened. Computer-use viability is unassessed. API and CLI each score 8. API is the best path because it is the durable OAuth control plane and does not depend on a CLI login session or evolving MCP tool names.\n"
 }
}