Platform
- API Playground — quickly explore and test every endpoint with copyable code snippets and inline results.
- Roles & Permissions are now available for organizations to manage team access and account configuration.
- Block-by-block workflow execution in Agent Chat — dual-panel UI runs blocks live with inline result tables.
API & Data
- IP Intel tool added to high-tier enrichment for IP address profiling.
- Verify Email tool added to V3 Enrichment for checking email deliverability.
- OSINT tooling improvements — expanded scanners for email, phone, and username lookups.
- Check Credit Balance Endpoint — retrieve your credit balance via API or MCP.
- Bulk Intelligence Endpoints — upload a CSV or JSON file of up to 100,000 leads or companies for enrichment in a single job.
- Micro tier now available for People and Company Intelligence, returning up to 5 fields.
- Search Exclusions — suppress people or companies from
/search/queryand deep search using inline IDs or reusable exclusion lists of up to 250,000 entries. - Performance & reliability improvements for high-volume intelligence enrichment.
- Enum field type in struct builder — constrains LLM inputs to
Literal[...]options instead of free-form strings; supportslist[enum]for multi-select. - Confidence scores now include sources — returns the exact URLs each value was sourced from.
- JSON/NDJSON workflow input/output — workflows now support JSON, JSONL, and NDJSON in addition to CSV.
Dev Tools
- MCP server polling — async result polling is more reliable.
- Check Balance added to the MCP server — agents can now check their credit balance.
- Find Email and Find Phone added to the MCP server — agents can start discovery jobs and poll results.
- People and Company Intelligence added to the MCP server — agents can start enrichment jobs and poll results.
Platform
- Settings are now in their own Navigation section in the Sixtyfour Platform so it’s easier to find and manage.
- New users will have organizations automatically created for them when they sign up so they can start using the platform right away.
- Improved onboarding experience for new users to make it easier to get started with Sixtyfour.
- A new Home page in the Sixtyfour Platform has been added to help you get started more quickly.
- Expanded Workflow Template Categories — New categories added: Intelligence, Deanonymization, Finance, Trust & Safety, Background Checks, OSINT, AML/KYC; tier-gated for appropriate access levels.
- Platform Signup / Login now has captcha protection to prevent spam signups and brute force attacks.
- New Verify Phone block in the Workflow Builder. Returns number validity, carrier, line type, activity score, prepaid flag, and country signals for phone numbers in any workflow.
- An improved Agent Prompt Library is now available in the Sixtyfour Platform to aid you in building your own custom prompts for the Sixtyfour Agent.
API & Data
- Per-field confidence scoring for people intelligence results is now available for certain customers in early access.
- Verify Phone Block now uses additional real-time data sets to validate phone numbers more accurately.
- You can now set individual API key expiration for API Key rotation management.
- More accurate People Filter Search when filtering by company criteria. Combining multiple company filters (such as title, size, and funding) now matches people whose current company meets all of them together, instead of matching people across different past or current companies.
- Improved field normalization for Reverse Email enrichment workflows. Workflows that begin with a Reverse Email step now correctly carry domain and company data ensuring the full signal set from a Reverse Email result is available to every subsequent step of the workflow.
Dev Tools
- Agent Skills are now available for the Sixtyfour Platform to help you use the Sixtyfour Agent more effectively with coding assistants (Claude Code, Cursor, etc.).
- A complete API Reference is now available in Docs to help you build your integration with Sixtyfour faster.
Platform
- Agent Preferences is now available under your account settings. You can provide the Sixtyfour Agent instructions and context for the agent when responding to conversations.
- Usage Logs Export is now available. You can now export up to 10k rows of API usage history to a CSV file.
- Agent Thinking Mode is now available for agent queries and will run when required by the agent based on the query’s context.
- In the Workflow editor, an Enrichment Struct can now return nested fields.
- Deep Search now uses a more robust model to improve the quality of the results.
- YOLO Mode is now available in Agent Preferences. Enable it to let the Agent auto-approve tool actions without confirmation.
- Platform Access for All Free Tier Users. Free tier users now get full platform access and can use the Agent, run Searches, and build Workflows.
- Low Balance Email Notifications — Users now receive email alerts when their credit balance is running low.
- Row Streaming in Workflow Previews. Rows now appear in real-time in the workflow preview data tab as each job completes, instead of waiting for the whole block to finish.
API & Data
- Enrich Leads and Enrich Company APIs are now known as: People Intelligence and Company Intelligence. You can still use the old endpoint names, as that naming convention is still supported for backward compatibility.
- V3 Company Intelligence OSINT Mode — high mode can deliver OSINT-level intel data for beta users who have access to the feature.
- Company V3 Intelligence now tracks structured source citations (url, section, evidence quote) per finding.
- Signing Secrets & Verification is now available for outbound webhooks. You can now sign and verify Sixtyfour webhook deliveries with HMAC-SHA256.
- V3 Company & People Intelligence Tiers now General Availability — Low / Medium now available to all Orgs. High is available to enterprise customers only.
Dev Tools
- Filter Search MCP reliability improvements — Increased rate limits and made MCP more stable.
Platform
- SSO / SAML authentication is now available for enterprise customers.
- Improvements to the Agent’s ability to understand and execute complex tasks.
- User Experience improvements to the Agent’s UI.
- User Experience improvements to the Workflow editor.
API & Data
- Organizational chart feature for company research—now returns complete team structures with department grouping and seniority classification, enabling deeper research.
Dev Tools
- New MCP server for Filter Search