Neutrino

Validates user identities, scrubs untrusted content, and enriches lead data with geolocation and security metadata in real time.

Try Neutrino in Ceven

Ask Ceven anything
Standard

Why use Ceven?

  1. AI native Neutrino integration

    • Describe the outcome and Ceven picks the right Neutrino calls, fills the parameters, and checks the result.
    • Structured, agent friendly tool schemas so each call runs reliably instead of by guesswork.
    • Rich coverage for reading, writing, and querying your Neutrino data, across all 24 of its actions.
  2. Managed auth

    • Built in OAuth with automatic token refresh and rotation.
    • One place to manage, scope, and revoke Neutrino access.
    • Per user and per environment credentials instead of shared keys.
  3. Agent optimized design

    • Actions are tuned from real success and error rates so reliability climbs over time.
    • Full execution logs so you always know what ran in Neutrino, when, and on whose behalf.
    • The agent pauses and asks when Neutrino is unclear instead of plowing ahead.
  4. Enterprise grade security

    • Fine grained access so you control which agents and people can reach Neutrino.
    • Least privilege by default, read scopes first and only the writes a workflow needs.
    • A full audit trail of every Neutrino action to support review and sign off.

Supported tools

Every action Ceven's agents can run on Neutrino, and when to use it.

Filter bad words
Use this when scanning user content or comments for swear words and profanity to maintain community standards.
Lookup BIN
Pull card details for a bank identification number prefix to verify issuing banks.
Convert value
Use this when you need to convert a value from one unit or currency to another.
Analyze email
Parse and clean an email address to ensure deliverability and correct common typos.
Verify email
Use this for SMTP based validation to confirm an email address is active before sending.
Geocode address
Pull geographic coordinates for a specific physical address or place name.
Reverse geocode
Convert latitude and longitude coordinates into a real world physical address.
HLR lookup
Retrieve network reachability and roaming status for a mobile number in real time.
Clean HTML
Strip or neutralize unwanted tags and attributes from untrusted HTML before rendering.
Render HTML
Convert HTML snippets or full pages into PNG or PDF files for downloading.
Resize image
Adjust an image to specific dimensions and formats before further processing.
IP info
Retrieve IP location, ISP, and VPN status for a given IP address.
IP probe
Analyze an IP address to determine its threat level and associated risk factors.
Validate phone
Confirm phone number format and fetch carrier and location details.
Generate QR code
Create a PNG or JPG QR code from a text string or URL.
Send SMS verify
Send a unique security code via SMS to verify a user phone number.
Bad Word Filter
Tool to detect bad words and profanity in text. use when scanning content for swear words.
BIN Lookup
Tool to perform a bin (bank iin) lookup. use when you need card details for a bin prefix.
Validate and analyze an email address
Tool to parse, validate, and clean an email address. use after gathering the email to ensure deliverability and correct typos.
Verify Email Address
Tool to verify and analyze the deliverability of an email address. use when you need smtp based validation before sending emails.
Host Reputation
Tool to check the reputation of a host against dnsbls.
HTML Clean
Tool to clean and sanitize untrusted html. use when you need to strip or neutralize unwanted tags and attributes before rendering.
HTML Render
Tool to render html content into png or pdf. use when you need to convert html snippets or pages into downloadable files.
IP Lookup
Tool to geolocate an ip address and retrieve isp, asn, blocklist, and threat metadata. use when you need to enrich an ipv4 or ipv6 address with geolocation and security details.
Phone Validate
Tool to validate and lookup phone numbers. use when you need to confirm number format and fetch location, carrier, and type details.
QR Code
Tool to generate a qr code image from text or url. use when you need a png or jpg qr code for embedding or download. example: generate a qr code for a url after validating the link.
SMS Verify
Tool to send a unique security code via sms. use when verifying a user's phone number after collection.
UA Lookup
Tool to parse, validate, and get detailed user agent information. use when you need to analyze browser, device, and os details from a ua string or client hints.
URL Info
Tool to parse, analyze, and retrieve content from the supplied url. use when you need detailed url metadata or to fetch page content.
Verify Security Code
Tool to verify a security code generated by the generate security code api. use after obtaining a code id and security code to check validity and detect expiration.

30 actions · scroll to see them all

Frequently asked questions

Ceven manages Neutrino access through a secure API key stored in our encrypted vault. When a workflow triggers a Neutrino action, the agent attaches your unique API key to the request header. This ensures that all requests are billed to your account and respect your specific plan limits. You can update your key at any time in the integration settings, which instantly refreshes the credentials used across all your active agents. The key is never exposed to the end user or logged in plain text within the workflow execution history, keeping your account secure while allowing the agent to perform validation tasks.
Yes. You can build complex verification pipelines where the output of one Neutrino tool feeds into another. For example, you can first use the IP Info tool to check a user location, then use the Phone Validate tool to see if the phone country matches the IP country. If they do not match, the agent can trigger a higher friction verification step like SMS Verify. This chaining allows you to create a custom trust score for every user based on multiple data points, rather than relying on a single check, which significantly reduces the rate of false positives in fraud detection.
Ceven implements a smart retry logic for Neutrino calls. If the API returns a temporary error or a timeout, the agent will attempt the call again up to three times with exponential backoff. If the error is permanent, such as an invalid input or a missing parameter, the agent stops the specific branch of the workflow and logs a detailed error message. You can configure your workflow to have a fallback path, such as marking a user for manual review if the email verification tool is unable to reach the destination mail server after several attempts.
Neutrino imposes rate limits based on your specific subscription tier. If your Ceven workflows trigger a high volume of requests in a short window, you may encounter a 429 Too Many Requests error. This is a Neutrino API limitation, not a Ceven limitation. To avoid this, we recommend using the batch processing patterns where possible or spacing out your automation triggers. You can monitor your credit usage directly in the Neutrino dashboard. If you consistently hit these limits, upgrading your Neutrino plan will increase your requests per second and remove the bottlenecks from your automated workflows.
Neutrino uses a multi stage process that includes syntax checking, DNS lookup for MX records, and SMTP handshakes to verify if a mailbox actually exists. While highly accurate, some mail servers use catch all configurations that tell every request the email is valid even if it is not. In these cases, Neutrino flags the result as a catch all. Ceven agents are programmed to recognize these specific flags, allowing you to decide whether to treat catch all emails as verified or to route them to a secondary verification step like a double opt in email.
Neutrino helps with compliance by allowing you to validate data without storing it permanently in your own database until it is verified as clean. By using the HTML Clean tool, you can ensure that no malicious scripts or hidden tracking pixels are saved into your system, which reduces your security risk. However, the responsibility for data processing agreements and user consent remains with you. Ceven simply acts as the orchestrator that moves the data from your input source to the Neutrino API and then to your final destination based on the rules you have set.
Yes, the Neutrino IP tools are designed to handle both IPv4 and IPv6 formats. When you pass an IP address to the IP Lookup or IP Probe tools, the API automatically detects the version and returns the corresponding geolocation and threat metadata. This is critical for modern applications where users may be connecting via IPv6 networks. Ceven ensures that the IP string is passed correctly to the API, and the resulting JSON payload is parsed so the agent can make logic based decisions on the IP version and its associated risk score.
The HTML Render tool takes a snippet of HTML or a full URL and uses a headless browser to capture a visual snapshot. This is useful for archiving evidence or creating PDF receipts. Within Ceven, the agent sends the content to Neutrino, which returns a link to the generated image or a base64 encoded file. The agent can then take this file and upload it to a cloud storage bucket like S3 or attach it to a ticket in Zendesk. This allows you to turn dynamic web content into static documents automatically without needing to manage your own browser rendering infrastructure.

Alternatives to Neutrino

Other tools that solve a similar problem. Ceven supports these too, so you can switch or run more than one at once.

Try Ceven on your stack

Plug Ceven on top of the tools you already run. Connect Neutrino and the rest of your stack, describe the outcome, and its agents handle the work end to end, days of it in minutes.

Get started for free