Agent report card
Can an agent use Sentry Web API through Issue and project operations?
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.
The Sentry web API is publicly discoverable via stable documentation, with version v0, base domains like sentry.io, and region-specific domains such as us.sentry.io and de.sentry.io.
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 specify explicit eligibility requirements and restrictions: customers must not submit PHI unless on an eligible plan with a BAA, must not submit Personal Data without a DPA, must ensure all Users are over 16 years old, and are responsible for Service Data accuracy and law compliance.
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.
Pricing for Sentry is explicit: the Developer plan is free ($0), the Team plan is $26/mo when billed annually, the Business plan is $80/mo when billed annually, and pay-as-you-go rates/variables for usage over base quotas (such as $0.0003625 per error) are detailed in USD.
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 discoverable via stable documentation, with version v0, base domains like sentry.io, and region-specific domains such as us.sentry.io and de.sentry.io.
Are verified structured discovery artifacts available?
supported: freshCurrent admissible evidence does not resolve this finding.
The retained excerpts for Sentry Web API are human documentation pages; they contain no first-party statement that structured discovery artifacts are absent, and no artifact was captured or verified either way.
Can an agent retrieve and understand the applicable commitment terms?
supported: freshApplicable terms are stable, readable, retrievable, and materially complete.
Sentry's Terms of Service 3.0.0 (February 12, 2024) are stable, readable, retrievable, and define the complete legal agreement between Functional Software, Inc. and the customer.
Does the vendor deliberately describe access for web agents?
supported: freshCurrent admissible evidence does not resolve this finding.
The captured API documentation pages do not contain explicit web agent or crawler access statements (such as robots.txt rules or bot authentication signatures).
A mandatory CAPTCHA has no supported agent-safe route.
The signup page explicitly states 'This form is protected by reCAPTCHA' without providing a supported agent alternative or resumable boundary across both captured targets.
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: freshCurrent admissible evidence does not resolve this finding.
The signup form contains fields for Name, Organization, Email, Password, and Data Storage Location, but the evidence does not establish complete end-to-end access control operability or validation handoffs.
Is there a stable route to begin obtaining service access?
supported: freshA stable canonical route begins the required access bootstrap.
A stable signup route and account creation form is directly available at https://sentry.io/signup/.
Can an agent obtain access without an unsupported CAPTCHA boundary?
supported: freshA mandatory CAPTCHA has no supported agent-safe route.
The signup page explicitly states 'This form is protected by reCAPTCHA' without providing a supported agent alternative or resumable boundary across both captured targets.
Can an agent obtain scoped, revocable authority for this service?
supported: freshScoped revocable credentials or delegated authorization have explicit consent and resumption boundaries.
Sentry documents OAuth2 authorization code grant, User authentication tokens with specific scopes, and the Device Authorization Flow (RFC 8628) for headless environments.
Can required phone verification be completed through a supported boundary?
supported: freshCurrent admissible evidence does not resolve this finding.
The retained evidence for the signup form does not mention phone verification or SMS requirements.
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.
The public commitment omits a material component until later in the flow.
Sentry discloses Team ($26/mo USD) and Business ($80/mo USD) recurring plan pricing, but pay-as-you-go event usage calculators and additional volume options are contextual and subject to estimation or checkout variations.
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.
Current admissible evidence does not establish an API, protocol, or accessible web flow supporting deterministic checkout, approval handoff, and resumption.
Is the exact commercial commitment disclosed before authorization?
supported: freshThe public commitment omits a material component until later in the flow.
Sentry discloses Team ($26/mo USD) and Business ($80/mo USD) recurring plan pricing, but pay-as-you-go event usage calculators and additional volume options are contextual and subject to estimation or checkout variations.
Can payment be authorized within scoped agent or explicit human authority?
supported: freshCurrent admissible evidence does not resolve this finding.
The retained evidence mentions a billing checkout URL in account settings, but does not state a documented rail supporting scoped delegation or explicit human-confirmed authorization with 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 explicitly declares that self-serve plans do not receive emailed quotes and directs existing customers to upgrade or purchase directly through the Manage Plan checkout flow in their account settings without a vendor decision point.
What would improve this stage
- Disclose the complete commitment before payment authorization.
Provisioning is machine-triggerable or follows deterministically from an allowed handoff.
Sentry supports programmatic creation of projects by issuing an HTTP POST request to /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/projects/ using a bearer auth token with project:admin or project:write scopes.
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 OAuth2 token exchange and device authorization flows where access and refresh tokens are delivered programmatically via API responses.
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.
Creating a new project via HTTP POST returns a synchronous 201 response containing the created project object with its ID, name, slug, access permissions, and features.
Can provisioning be initiated within supported agent authority?
supported: freshProvisioning is machine-triggerable or follows deterministically from an allowed handoff.
Sentry supports programmatic creation of projects by issuing an HTTP POST request to /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/projects/ using a bearer auth token with project:admin or project:write scopes.
Safe failure handling is documented only partially.
Sentry documents rate limit failure handling through fixed-window and concurrent rate limiters, 429 rejection behavior, and specific tracking headers (X-Sentry-Rate-Limit-Limit, X-Sentry-Rate-Limit-Remaining, X-Sentry-Rate-Limit-Reset, X-Sentry-Rate-Limit-ConcurrentLimit, X-Sentry-Rate-Limit-ConcurrentRemaining). Idempotency, cancellation, and reconciliation semantics are not documented in the evidence.
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?
supported: freshCurrent admissible evidence does not resolve this finding.
The retained excerpts describe REST or RPC interfaces, SDKs and CLIs for Sentry Web API; they contain no first-party statement that an agent-native protocol interface is absent, and several navigation excerpts mention MCP resources without establishing coverage of the assessed targets.
- issue-api
Can an agent manage credential expiry, rotation, revocation, compromise, and recovery?
supported: freshOnly part of the credential lifecycle is agent-operable.
Sentry OAuth2 documentation explicitly defines access token expiration (30 days) and refreshing tokens via the POST /oauth/token/ endpoint using a refresh_token, as well as handling 401 error codes for expired or revoked tokens. Other lifecycle operations like explicit revocation or compromise recovery are not documented in the evidence.
Can an agent handle applicable failure modes safely?
supported: freshSafe failure handling is documented only partially.
Sentry documents rate limit failure handling through fixed-window and concurrent rate limiters, 429 rejection behavior, and specific tracking headers (X-Sentry-Rate-Limit-Limit, X-Sentry-Rate-Limit-Remaining, X-Sentry-Rate-Limit-Reset, X-Sentry-Rate-Limit-ConcurrentLimit, X-Sentry-Rate-Limit-ConcurrentRemaining). Idempotency, cancellation, and reconciliation semantics are not documented in the 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 for Sentry Web API operations is documented using Bearer auth tokens in HTTP Authorization headers, supporting user authentication tokens, internal integration tokens, and OAuth2 access tokens with organization scoping.
Are essential operation inputs, outputs, and effects stable and decidable?
supported: freshEssential operations have stable readable request, response, and effect semantics.
Across all required targets, Sentry documents stable HTTP methods, endpoint paths, path/body parameters, required permissions/scopes, response status codes, and JSON response schemas (e.g., POST /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/projects/).
- 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.
Every essential target endpoint across general API reference, issue operations, permissions, project provisioning, and rate limits has a documented HTTP REST API interface usable by automated agents.
- 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.
Where autonomy is limited
- Pay: The public commitment omits a material component until later in the flow.
- Operate: Safe failure handling is documented only partially.
What this grade establishes
14 of 14 graded signals have current supporting evidence. 1 of 5 additional barrier checks are verified.Unknown checks are not a pass or a confirmed blocker. This report is not proof of an end-to-end purchase or service session.
How the grade is derived
A through C grades count Limited stages; D and F reflect Blocked stages by lifecycle severity.
Coverage is complete only when every graded signal has supported, fresh, non-conflicting evidence. Barrier and informational signals do not change coverage; only fresh, supported barrier values that passed their admission evidence rule participate in stage outcomes.
Each stage takes its worst graded signal or verified barrier. A fresh, supported mandatory barrier that passed its admission evidence rule can block that stage; incomplete or stale barrier evidence remains context only. The overall grade is derived from the five stage states.
Startup offers
Sentry on the startup-offers board
- Up to $5,000 in Sentry creditsSentry for Startups
Distribution
The grade’s badge
One stable image resolving the record’s current live facts, linking to the canonical page. Embed it once; it keeps itself current. Placement is never evidence and never affects rank.
[](https://sourcey.com/log/sentry/agent-readiness/sentry-web-api/issue-operations)Improve the report
Correct it, rerun it, or improve the funnel.
- Profile
- arp_01kzf0m4xh9j6rz3b1v8mp5td2
- Projection
- sha256:ea0b23b9cc3076fbe5cdb5175180f1cc5586769ccdcb7bf4fa9e35a2276d9781
- Policy
- service-use-2026-09-07-blocking-barriers-r12 · sha256:fc9e8f046d86fcf19ab2f1bc547219e503cdc11ffa135d020db7285965cd7d1d
Every request carries these exact identifiers.How report cards are assessed →View the exact declaration