{"uid":"cap_wKMrgCx1C8tWyzzzrl1n2","slug":"bolt-regex-matcher-d1c0d13e","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://v0-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_QwuUGExm8ZnMBuRCcWtad","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 regex flags","exampleAgentPrompt":"Run a regex on the text 'Order ID: 12345, Date: 2024-03-15' using the pattern '(\\d{4}-\\d{2}-\\d{2})' with the 'g' flag to extract all dates.","exampleUseCases":[{"title":"Extract customer IDs from support tickets","prompt":"I have a batch of support ticket messages and need to pull out all the customer IDs that follow the format 'CUST-' followed by exactly 5 digits. Can you run a regex to find all of those and show me what you extracted?"},{"title":"Validate email addresses in user data","prompt":"I'm getting a list of email addresses from a form submission and I need to check which ones are actually valid. Use a regex pattern to validate common email formats and let me know which addresses look legitimate."},{"title":"Parse timestamps from log entries","prompt":"My application logs contain timestamps in the format 'YYYY-MM-DD HH:MM:SS' mixed in with other text. Can you extract all the timestamps using regex and group them so I can see what dates my errors occurred on?"}],"resultDescription":"Returns a JSON object with a 'success' boolean and a 'data' object containing the regex match results, including matched substrings and capture groups found in the input text.","failureModes":["Invalid regex pattern syntax returns an error","Missing required 'text' or 'pattern' fields returns a 400-level error","Payment not provided or insufficient USDC results in 402 response","Overly complex or catastrophically backtracking regex may time out","Unsupported flag characters may cause processing failure"],"whenToPreferThis":"Use this endpoint when an AI agent needs to perform regex matching or extraction on a text string without spinning up a local runtime, or when operating in a sandboxed environment where executing code directly is not feasible. Ideal for pattern validation tasks (emails, dates, IDs) or extracting structured tokens from unstructured text as part of an automated workflow.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:49:49.312Z","isFirstParty":false}