Agent report card
Can an agent use Sentry Web API through Issue and project operations?
Grade D: A mandatory CAPTCHA has no supported agent-safe route.
Sentry / active
Five-stage assessment
Where agent autonomy holds and where it breaks
- EvaluateReady
- Sign upBlocked
- PayLimited
- ProvisionReady
- OperateLimited
The exact service and stable evaluation or access entrypoints are publicly discoverable.
Applicable terms are stable, readable, retrievable, and materially complete.
Eligibility conditions and required inputs are explicit and decidable.
Price or no-charge status, variables, currency, and material conditions are explicit.
Evidence and actions6 signals
Can an agent decide every material eligibility condition before commitment?
supported: freshEligibility conditions and required inputs are explicit and decidable.
Sentry's terms explicitly define material eligibility conditions, requiring that customers be at least 16 years old, hold necessary rights and consents for submitted data, and warrant that they are not on U.S. restricted party lists or located in embargoed countries.
Can an agent estimate cost or confirm no-charge status before commitment?
supported: freshPrice or no-charge status, variables, currency, and material conditions are explicit.
Sentry explicitly discloses pricing tiers (Free Developer plan at $0, Team plan at $26/mo when billed annually, Business plan at $80/mo) and pay-as-you-go rates in USD for usage exceeding base quotas.
Can an agent find the exact service and its stable entrypoints?
supported: freshThe exact service and stable evaluation or access entrypoints are publicly discoverable.
The Sentry web API is publicly documented under v0, and stable base domain entrypoints are explicitly identified (e.g., sentry.io, us.sentry.io, and de.sentry.io).
Are verified structured discovery artifacts available?
missing: unknownCurrent admissible evidence does not resolve this finding.
Can an agent retrieve and understand the applicable commitment terms?
supported: freshApplicable terms are stable, readable, retrievable, and materially complete.
The Sentry Terms of Service (version 3.0.0, February 12, 2024) are stable, retrievable, and define the complete legal agreement governing use of the service.
Does the vendor deliberately describe access for web agents?
missing: unknownCurrent admissible evidence does not resolve this finding.
A mandatory CAPTCHA has no supported agent-safe route.
Only part of the access flow is operable or a bounded human step remains.
A stable canonical route begins the required access bootstrap.
Scoped revocable credentials or delegated authorization have explicit consent and resumption boundaries.
Evidence and actions5 signals
Can an agent operate the access controls and safe handoffs deterministically?
supported: freshOnly part of the access flow is operable or a bounded human step remains.
The signup page provides form fields for Name, Organization, Email, Password, and Data Storage Location with a submit button ('Get set up'), but it includes a reCAPTCHA notice ('This form is protected by reCAPTCHA'), leaving the initial account creation flow only partially operable for automated agents without human interaction.
Is there a stable route to begin obtaining service access?
supported: freshA stable canonical route begins the required access bootstrap.
Sentry provides a stable, canonical self-service registration entrypoint at https://sentry.io/signup/ with options to sign up via account details or single sign-on providers like Google, GitHub, and Azure DevOps.
Can an agent obtain access without an unsupported CAPTCHA boundary?
supported: freshA mandatory CAPTCHA has no supported agent-safe route.
Sentry explicitly states that the registration form is protected by reCAPTCHA, and no supported agent-safe bypass is established in the admitted evidence.
Can an agent obtain scoped, revocable authority for this service?
supported: freshScoped revocable credentials or delegated authorization have explicit consent and resumption boundaries.
Sentry supports delegated authorization via OAuth2 (authorization code grant) with defined scopes, refresh tokens, and a Device Authorization Flow (RFC 8628) for headless CLI and automated environments.
Can required phone verification be completed through a supported boundary?
supported: freshCurrent admissible evidence does not resolve this finding.
The listed form fields do not establish that downstream phone verification is absent.
What blocks agents
- A mandatory CAPTCHA has no supported agent-safe route.
What would improve this stage
- Provide a lawful verified-agent alternative or explicit resumable approval handoff.
- Expose deterministic controls, validation, and resumable authorization handoffs.
The public commitment omits a material component until later in the flow.
A documented direct purchase path reaches paid access without a vendor decision point.
Evidence and actions4 signals
Can an agent construct checkout, hand off approval safely, and resume?
supported: freshCurrent admissible evidence does not resolve this finding.
Sentry pricing and help documentation mention checkout for upgrades in settings/billing/checkout and annual/prepaid options during checkout. However, the evidence does not detail a complete deterministic flow for an agent to construct checkout, hand off approval safely, and resume.
Is the exact commercial commitment disclosed before authorization?
supported: freshThe public commitment omits a material component until later in the flow.
Sentry discloses recurring pricing for Team ($26/mo) and Business ($80/mo) plans along with pay-as-you-go error rates in USD, but notes that annual and prepaid billing options with additional discounts are available during checkout, leaving those discounted terms contextual.
Can payment be authorized within scoped agent or explicit human authority?
supported: freshCurrent admissible evidence does not resolve this finding.
The evidence references billing checkout and paying for plan upgrades, but does not document a delegated payment rail or human-confirmed authorization workflow with explicit scoped delegation and receipts.
Is a direct self-service path to paid access documented?
supported: freshA documented direct purchase path reaches paid access without a vendor decision point.
Sentry's Help Center explicitly states that existing customers can review plans and upgrade through the Manage Plan flow in their Sentry account settings billing checkout URL, providing a direct self-service path to paid access without requiring sales intervention for self-serve plans.
What would improve this stage
- Disclose the complete commitment before payment authorization.
Provisioning is machine-triggerable or follows deterministically from an allowed handoff.
Credentials, grants, or configuration are delivered through a documented agent-usable flow.
A synchronous success response returns a usable created resource or access material; otherwise asynchronous work exposes progress, terminal state, reconciliation, and a documented bound.
Evidence and actions3 signals
Can usable access material be delivered securely to an authorized agent?
supported: freshCredentials, grants, or configuration are delivered through a documented agent-usable flow.
Sentry documents agent-usable OAuth token exchange and Device Authorization Grant flows to deliver access tokens.
Can an agent determine successful provisioning completion and reconcile asynchronous failure?
supported: freshA synchronous success response returns a usable created resource or access material; otherwise asynchronous work exposes progress, terminal state, reconciliation, and a documented bound.
The POST project creation endpoint synchronously returns a 201 success response containing the created project resource object.
Can provisioning be initiated within supported agent authority?
supported: freshProvisioning is machine-triggerable or follows deterministically from an allowed handoff.
Project provisioning can be initiated via an HTTP POST request to the team's projects API endpoint using a bearer auth token with project:write or project:admin scopes.
Safe failure handling is documented only partially.
Only part of the credential lifecycle is agent-operable.
Every essential target has a stable documented agent-usable interface alternative.
Request-time authentication is documented and usable under scoped agent authority.
Essential operations have stable readable request, response, and effect semantics.
Evidence and actions6 signals
Is an agent-native protocol interface verified against the essential targets?
missing: unknownCurrent admissible evidence does not resolve this finding.
Can an agent manage credential expiry, rotation, revocation, compromise, and recovery?
supported: freshOnly part of the credential lifecycle is agent-operable.
Sentry documents access token expiration and token refresh operations via POST requests, as well as 401 error handling for expired or revoked tokens. However, the provided documentation does not detail complete agent-operable credential rotation, revocation endpoints, or recovery mechanisms.
Can an agent handle applicable failure modes safely?
supported: freshSafe failure handling is documented only partially.
Sentry documents rate limit enforcement (fixed window requests per second and concurrent limits) and response headers for limit tracking. However, explicit details on safe retries, idempotency semantics, request cancellation, or reconciliation are not fully provided in the captured evidence.
Can an agent authenticate service operations with scoped authority?
supported: freshRequest-time authentication is documented and usable under scoped agent authority.
Request-time authentication with scoped authority is documented using Bearer authentication tokens with specific scopes, user personal tokens, internal integration tokens, and OAuth2 access tokens.
Are essential operation inputs, outputs, and effects stable and decidable?
supported: freshEssential operations have stable readable request, response, and effect semantics.
The API reference, issue operations, permissions, project creation, and rate limits documentation clearly define endpoints, HTTP methods, required scopes, request path/body parameters, response status codes, and response schemas.
- issue-api
Can an agent perform every essential assessment target through a usable interface?
supported: freshEvery essential target has a stable documented agent-usable interface alternative.
Sentry provides a usable Web API interface for all essential targets including managing organizations, teams, events, issues, projects, permissions, and rate limit tracking via HTTP endpoints.
- issue-api
What would improve this stage
- Document applicable structured errors, retry, cancellation, and reconciliation semantics.
- Provide scoped expiry, rotation, revocation, compromise, and recovery operations.
What works
- Evaluate: The exact service and stable evaluation or access entrypoints are publicly discoverable.
- Provision: Provisioning is machine-triggerable or follows deterministically from an allowed handoff.
What blocks agents
- Sign up: A mandatory CAPTCHA has no supported agent-safe route.
- Pay: The public commitment omits a material component until later in the flow.
- Operate: Safe failure handling is documented only partially.
Startup offers
Sentry on the startup-offers board
- Up to $5,000 in Sentry creditsSentry for Startups
Improve the report
Correct it, rerun it, or improve the funnel.
- Profile
- arp_01kzf0m4xh9j6rz3b1v8mp5td2
- Projection
- sha256:1ccaf98f7337f422b805942363dcff5884425ac1f9d26af0d6e90002ccd47ae3
- Policy
- service-use-2026-08-20-public-evidence-r9 · sha256:57bf95fd6d0fe6fe9173a68b60e8d8dc2179b357c88ff4349675a72d0e1d4139
Every request carries these exact identifiers.How report cards are assessed →View the exact declaration