← Back to search
60
Partial
Agentic Readiness Score
+25 llms.txt +20 OpenAPI missing +20 ai-plugin
Raise this score to 95+
We ship the 6-file GEO uplift as a pull request against your repo. Flat fee, turnaround under 72 hours.
Fix this for $199 →
developer apillms-txtopenapi

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Found
🔗
Structured API
Found
🛡
Not specified
🏷
Schema.org Markup
Not found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 60/100

            

llms.txt Content

# Chargeblast ## Docs - [Fetch Alerts](https://docs.chargeblast.com/api-reference/alerts/fetch-alerts.md): Get all the alerts from your chargeblast account. - [Fetch an Alert](https://docs.chargeblast.com/api-reference/alerts/fetch-an-alert.md): Get a specific alert. - [Update Alert](https://docs.chargeblast.com/api-reference/alerts/update-alert.md): Update the state of an alert to properly inform the banks of whether or not a refund will be issued. If an alert is left unactioned for 72 hours it will be automatically declined. For best results mark alerts as resolved within 24 hours of receiving them (some smaller banks will escalate quarantined… - [Create Credit Request](https://docs.chargeblast.com/api-reference/credit-requests/create.md): Creates a credit request for a rejected alert. Will fail if requesting credit from resolved alert or alert with an existing credit request, otherwise will simply return 200 response code. - [Fetch Deflection Logs](https://docs.chargeblast.com/api-reference/deflections/logs.md): Get a list of all look up requests. - [Enroll Merchant](https://docs.chargeblast.com/api-reference/enrollment/enroll-merchant.md): Enroll a merchant in an alert or refund program. Send a `program` discriminator with that program's fields. `ethoca` and `cdrn` require `descriptors`. `rdr` requires `arns` and/or equal-length paired `bins`/`caids` (its `bins`/`caids` are persisted as queryable RDR descriptors). `amex` and `discover… - [Enrollment Lifecycle](https://docs.chargeblast.com/api-reference/enrollment/enrollment-lifecycle.md): How enrollment works across programs: enrolling files a request, records start Pending, and they become Enrolled once the provider confirms. - [Enrollment Status](https://docs.chargeblast.com/api-reference/enrollment/enrollment-status.md): Report your merchant's enrollment status for every program (Ethoca, CDRN, RDR, Amex, Discover). Each entry is `none`, `pending`, or `enrolled`. Enrollment via the API files a request, s

OpenAPI Spec (preview)

{ "tags": [ { "name": "Credit Requests" }, { "name": "Sync Data" }, { "name": "Alerts" }, { "name": "Enrollment" } ], "openapi": "3.0.1", "servers": [ { "url": "https://api.chargeblast.com" } ], "paths": { "/api/v3/deflections/logs": { "get": { "operationId": "deflection-logs", "summary": "Fetch Deflection Logs", "parameters": [ { "name": "page", "