Smartsheet website screenshot

Smartsheet

Smartsheet is a SaaS work management and collaboration platform that combines spreadsheet-style sheets, project plans, Gantt charts, dashboards, forms, and workflow automation for teams and enterprises. The Smartsheet REST API provides programmatic access to sheets, rows, columns, reports, workspaces, users, attachments, and webhooks using OAuth 2.0 or API access tokens.

Smartsheet publishes 5 APIs on the APIs.io network, including Columns API, Reports API, Rows API, and 2 more. Tagged areas include Work Management, Project Management, Collaboration, Productivity, and Workflow-Automation.

Smartsheet’s developer surface includes authentication, documentation, signup flow, pricing, engineering blog, and 10 more developer resources.

36.7/100 thin ▬ flat Agent 26/100 agent aware Full breakdown ↓
scored 2026-08-21 · rubric v0.12.0
AccessSelf serve
6 APIs
Work ManagementProject ManagementCollaborationProductivityWorkflow-AutomationSpreadsheets

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-21 · rubric v0.12.0
Composite quality — 36.7/100 · thin
Contract Quality 15.3 / 25
Developer Ergonomics 6.7 / 20
Access Clarity 6.3 / 20
Operational Transparency 0.3 / 13
Contract Governance 0.0 / 12
Discoverability 8.2 / 10
Agent readiness — 26/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
Documented Reversibility 0 / 6
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/smartsheet: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 6

Individual APIs this provider publishes, each with its own machine-readable definition.

Smartsheet REST API

REST API v2.0 for managing sheets, rows, columns, cells, reports, workspaces, folders, users, groups, attachments, discussions, automation rules, and webhooks. Authentication us...

Smartsheet Columns API

Manage columns within sheets.

Smartsheet Reports API

Retrieve report data.

Smartsheet Rows API

Manage rows within sheets.

Smartsheet Sheets API

Manage Smartsheet sheets.

Smartsheet Webhooks API

Manage webhook subscriptions.

Open Collections 7

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Smartsheet Columns API

OPEN COLLECTION

Smartsheet API

OPEN COLLECTION

Scroll for all 7

GraphQL 1

GraphQL schemas published by this provider.

Smartsheet GraphQL Schema

This document describes a conceptual GraphQL schema for the Smartsheet REST API. Smartsheet is a SaaS work management and collaboration platform that combines spreadsheet-style ...

GRAPHQL

Security Posture 4

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Smartsheet Authentication

http/oauth2 · 2 schemes

SECURITY

Smartsheet Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Smartsheet Vulnerability Disclosure

security.txt · contact published

SECURITY

Smartsheet Trust Center

HIPAA, FedRAMP

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Smartsheet Scopes

10 scopes · authorizationCode

10 scopes

SCOPES

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Smartsheet Agentic Access

10 operations · 5 acting

10 operations · 5 acting

AGENTIC

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 5

Authentication, authorization, and security posture

Commercial 1

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: smartsheet
name: Smartsheet
description: Smartsheet is a SaaS work management and collaboration platform that combines spreadsheet-style sheets, project
  plans, Gantt charts, dashboards, forms, and workflow automation for teams and enterprises. The Smartsheet REST API provides
  programmatic access to sheets, rows, columns, reports, workspaces, users, attachments, and webhooks using OAuth 2.0 or API
  access tokens.
type: Index
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/smartsheet.png
tags:
- Work Management
- Project Management
- Collaboration
- Productivity
- Workflow-Automation
- Spreadsheets
tags_raw:
- Work Management
- Project Management
- Collaboration
- Productivity
- Workflow Automation
- Spreadsheets
url: https://raw.githubusercontent.com/api-evangelist/smartsheet/refs/heads/main/apis.yml
created: '2026-05-11'
modified: '2026-05-11'
specificationVersion: '0.23'
apis:
- aid: smartsheet:rest-api
  name: Smartsheet REST API
  description: REST API v2.0 for managing sheets, rows, columns, cells, reports, workspaces, folders, users, groups, attachments,
    discussions, automation rules, and webhooks. Authentication uses OAuth 2.0 or Bearer access tokens.
  humanURL: https://developers.smartsheet.com/api/smartsheet/openapi
  baseURL: https://api.smartsheet.com/2.0
  tags:
  - Sheets
  - Rows
  - Reports
  - Workspaces
  - User
  - Webhook
  tags_raw:
  - Sheets
  - Rows
  - Reports
  - Workspaces
  - Users
  - Webhooks
  properties:
  - type: Documentation
    url: https://developers.smartsheet.com/api/smartsheet/openapi
  - type: APIReference
    url: https://smartsheet.redoc.ly/
  - type: GettingStarted
    url: https://developers.smartsheet.com/api/smartsheet/introduction
  - type: Authentication
    url: https://developers.smartsheet.com/api/smartsheet/guides/basics/authentication
  - url: graphql/smartsheet-graphql.md
    type: GraphQL
- aid: smartsheet:smartsheet-columns-api
  name: Smartsheet Columns API
  description: Manage columns within sheets.
  humanURL: https://developers.smartsheet.com/api/smartsheet/openapi
  baseURL: https://api.smartsheet.com/2.0
  tags:
  - Columns
  properties:
  - type: OpenAPI
    url: openapi/smartsheet-columns-api-openapi.yml
- aid: smartsheet:smartsheet-reports-api
  name: Smartsheet Reports API
  description: Retrieve report data.
  humanURL: https://developers.smartsheet.com/api/smartsheet/openapi
  baseURL: https://api.smartsheet.com/2.0
  tags:
  - Reports
  properties:
  - type: OpenAPI
    url: openapi/smartsheet-reports-api-openapi.yml
- aid: smartsheet:smartsheet-rows-api
  name: Smartsheet Rows API
  description: Manage rows within sheets.
  humanURL: https://developers.smartsheet.com/api/smartsheet/openapi
  baseURL: https://api.smartsheet.com/2.0
  tags:
  - Rows
  properties:
  - type: OpenAPI
    url: openapi/smartsheet-rows-api-openapi.yml
- aid: smartsheet:smartsheet-sheets-api
  name: Smartsheet Sheets API
  description: Manage Smartsheet sheets.
  humanURL: https://developers.smartsheet.com/api/smartsheet/openapi
  baseURL: https://api.smartsheet.com/2.0
  tags:
  - Sheets
  properties:
  - type: OpenAPI
    url: openapi/smartsheet-sheets-api-openapi.yml
- aid: smartsheet:smartsheet-webhooks-api
  name: Smartsheet Webhooks API
  description: Manage webhook subscriptions.
  humanURL: https://developers.smartsheet.com/api/smartsheet/openapi
  baseURL: https://api.smartsheet.com/2.0
  tags:
  - Webhook
  tags_raw:
  - Webhooks
  properties:
  - type: OpenAPI
    url: openapi/smartsheet-webhooks-api-openapi.yml
common:
- type: AgenticAccess
  url: agentic-access/smartsheet-agentic-access.yml
- type: TrustCenter
  url: security/smartsheet-trust-center.yml
- type: VulnerabilityDisclosure
  url: security/smartsheet-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/smartsheet-domain-security.yml
- type: Authentication
  url: authentication/smartsheet-authentication.yml
- type: OAuthScopes
  url: scopes/smartsheet-scopes.yml
- type: LinkedIn
  url: https://www.linkedin.com/company/smartsheet-com
- type: Website
  url: https://www.smartsheet.com
- type: Documentation
  url: https://developers.smartsheet.com/
- type: DeveloperPortal
  url: https://developers.smartsheet.com/
- type: Signup
  url: https://www.smartsheet.com/try-it
- type: Pricing
  url: https://www.smartsheet.com/pricing
- type: GitHubOrganization
  url: https://github.com/smartsheet-platform
- type: LlmsText
  url: https://developers.smartsheet.com/llms.txt
- url: https://www.smartsheet.com/blog
  type: Blog
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/smartsheet"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/smartsheet/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/smartsheet/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.