{"uid":"cap_I8OF8grfBQSpN5MkbaxWf","slug":"bolt-regex-matcher-4b9bf86a","name":"Bolt Regex Matcher","description":"Utility toolkit for AI agents. 54 endpoints — tools, data, and AI processing. Pay per request in USDC via x402.","url":"https://bolt.orbonomy.xyz/api/regex","method":"POST","headers":{},"bodySchema":{"type":"object","required":["text","pattern"],"properties":{"text":{"type":"string"},"flags":{"type":"string"},"pattern":{"type":"string"}}},"responseSchema":{"type":"object","properties":{"data":{"type":"object"},"success":{"type":"boolean"}}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.01","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.01/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_sWvJh3Yf2yC4Rx4c8firH","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.01","costPer":"request","priority":0,"asset":null,"unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Applies a regular expression pattern to a text string and returns match results, supporting optional flags","exampleAgentPrompt":"Use the Bolt regex tool to find all email addresses in this text: 'Contact us at support@example.com or sales@company.org for help' — use the pattern [\\w.-]+@[\\w.-]+\\.\\w+ with global flag 'g'.","exampleUseCases":null,"resultDescription":"A JSON object with a 'success' boolean and a 'data' object containing the regex match results, such as matched substrings, capture groups, or a boolean indicating whether the pattern matched the input text.","failureModes":["Invalid regex pattern syntax returns an error or success:false","Missing required 'text' or 'pattern' fields causes a 400-level error","Payment failure (x402) if USDC balance is insufficient","Regex catastrophic backtracking on complex patterns may time out","Unsupported flags string may cause parsing errors"],"whenToPreferThis":"Use this endpoint when an AI agent needs server-side regex execution — for instance when the agent cannot run code locally, or needs a reliable, paid-per-use regex service. Prefer this over building regex logic inline when working in constrained environments or when consistent server-side evaluation is required.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T12:49:37.626Z","isFirstParty":false}