AIToday
AI Coding AssistantsAmazon AI BlogPublished: Jul 18, 2026, 04:00 JST3 min read

Smartsheet launches AI agent interface on AWS; cuts token use 35–47%

Smartsheet launches AI agent interface on AWS; cuts token use 35–47%

Key takeaway

  • Smartsheet has built a remote MCP server on AWS that allows AI agents to autonomously interact with its work management platform through natural language—reading data, updating tasks, and creating sheets without human prompting.

  • The server cuts token consumption by 35–47 percent through AI-optimized serialization and progressive disclosure, while maintaining enterprise-grade security and governance controls that let administrators decide whether agents can perform destructive operations.

  • Since launch, Smartsheet has saved over 3 billion tokens using these optimizations.

3 Key Points

  1. What happened

    Smartsheet built a remote Model Context Protocol (MCP) server on AWS that gives AI clients like Amazon Quick and Claude Desktop direct access to Smartsheet's data and APIs. The server uses AWS Fargate, Amazon Kinesis, Amazon Neptune, and other services to let AI agents autonomously manage tasks, create sheets, and update projects—compressing workflows that took weeks into days or hours.

  2. Why it matters

    Enterprise teams deploying AI agents need structured, secure access to internal data. Smartsheet's MCP server solves this by running behind the same security layer (AWS WAF, AWS Shield, OAuth2) as production APIs, with built-in governance—administrators can restrict agents to read-only or allow full write access per organization. Since launch, Smartsheet has saved over 3 billion tokens through AI-optimized serialization and progressive disclosure, directly reducing LLM inference costs.

  3. What to watch

    Smartsheet optimizes token consumption at three levels—progressive disclosure that caps response size, strongly typed schemas to prevent hallucinated parameters, and a proprietary serialization format that reduces token count by 35–47 percent on data-heavy responses. Deployments roll to the smallest region first, validated by canary tests running every 15 minutes against the live environment.

Ask the AI about this article →

Context & Analysis

Smartsheet's MCP server addresses a critical gap in enterprise AI adoption: most internal systems were not built with structured machine-readable interfaces that AI agents can safely and efficiently consume. By layering an AI-optimized interface on top of Smartsheet's existing APIs and central intelligence layer, Smartsheet enables agents to orchestrate complex workflows autonomously—picking up tasks, attaching test results, drafting documentation—all within the same sheets that human users access. This parity between internal Smart Assist and external AI clients like Amazon Quick and Claude Desktop means Smartsheet builds once and every agentic client benefits immediately, avoiding fragmentation.

The infrastructure choices reflect the unique demands of agentic traffic. Traditional API services handle request-response cycles; agentic traffic is bursty, with agents firing multiple tool calls in seconds as they reason through tasks. Smartsheet addressed this by running the MCP server on AWS Fargate with auto-scaling policies that combine traffic volume and compute utilization, not just proxy throughput. The deployment strategy—rolling to the smallest region first, validated by canary tests every 15 minutes—protects active agent sessions from disruption. The observability layer extends beyond traditional monitoring to capture context across tool chains, since a single user request can produce a chain of tool calls and failures often trace back several steps.

Token cost is the defining economic constraint of AI agent deployments. Smartsheet's three-level optimization strategy—progressive disclosure that caps response size, strongly typed schemas that prevent hallucinated parameters, and proprietary serialization that cuts token count by 35–47 percent—directly attack this problem. The 3 billion tokens saved since launch demonstrates that the server design prioritizes not just correctness but efficiency at scale.

FAQ

What AI assistants can use the Smartsheet MCP server?
Amazon Quick and Claude Desktop can interact with Smartsheet's capabilities through natural language. Enterprises can also build custom AI agents for autonomous workloads that run without human prompting.
How much does token consumption decrease with Smartsheet's optimizations?
Smartsheet's proprietary serialization format reduces token count by 35–47 percent on data-heavy responses. Overall, Smartsheet has saved over 3 billion tokens since launch through these optimizations.
Can administrators control what AI agents are allowed to do in Smartsheet?
Yes. Administrators can turn on AI access globally, restrict agents to non-destructive operations only, or open up full write and destructive capabilities, giving each organization control over their adoption curve. Tools carry protocol annotations so AI clients apply appropriate confirmation flows automatically.
Amazon AI BlogRead Original Article

Get the latest AI Coding Assistants news every morning

For example, today's edition would include:

  • OpenClaw 2.0 launches, targeting enterprise AI teamsVentureBeat AI · 8h ago
  • AI Coding Shifts from Prompts to Context to HarnessITmedia AI+ · 15h ago
  • Workday brings AI agents into Gmail, keeping ERP guardrailsSiliconANGLE AI · 17h ago

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleApple researchers cut unlearning costs 50% by skipping low-impact data points