Home / Companies / Box / Blog / August 2026

August 2026 Summaries

29 posts from Box

Filter
Month: Year:
Post Summaries Back to Blog
Box and Nous Research have integrated an official Box skill into Hermes Agent, enabling developers to give AI agents governed access to enterprise content while maintaining existing Box permissions and controls. The skill instructs Hermes to use the Box CLI, Box request, or official SDKs as appropriate, supports OAuth account connection, and includes safeguards such as user verification, narrow command output, confirmation for destructive or permission-related actions, and post-write validation. A walkthrough demonstrates creating a renewal copilot for a fictional customer, using a curated Box Hub and Box AI to generate a cited briefing from approved documents, then saving and verifying the briefing as a Box Note. The integration is intended for workflows including grounded question answering, metadata extraction, contract review, file revision management, application development, webhooks, and approved batch processing, while emphasizing that sensitive content remains subject to the connected user’s permissions and organizational handling policies.
Aug 31, 2026 1,127 words in the original blog post.
A security team describes building a proof-of-concept agentic dynamic testing engine to find authorization, tenant-isolation, and other business-logic flaws that signature-based scanners often miss and that AI has made cheaper for both defenders and attackers to investigate. The system uses a constrained, multi-model ensemble that reads source code, generates hypotheses, tests only non-production environments through a policy-gated and rate-limited execution layer, and limits writes to disposable canary objects, while a deterministic oracle independently reproduces exploits, repeats successful tests, rejects false positives, and supplies replayable remediation details. More than a dozen models from six vendors provide diverse perspectives, with frontier models contributing deeper multi-step reasoning and open-weight models delivering broad, low-cost coverage and serving as backstops for provider refusals, timeouts, and failures. The team found that benchmark rankings and pricing did not reliably predict vulnerability-finding performance, making measurement against an organization’s own systems essential. The proposed next step is integration into CI so testing becomes a recurring security control, with the central lesson that enforceable boundaries, grounding in source and documentation, and independent proof matter more than reliance on any single model.
Aug 29, 2026 2,579 words in the original blog post.
Valmark Financial Group, an independent broker-dealer and registered investment advisor serving roughly 400 advisors, adopted Box Intelligent Content Management to modernize its handling of large volumes of sensitive financial documents. Its former on-premises system left important information locked in PDFs and required analysts to manually enter data from complex insurance policy illustrations, while advisors spent significant time searching dense records. By migrating departments to Box and adding Box AI tools, including automated extraction, AI-powered search, custom AI agents, and Microsoft Dynamics integration, Valmark increased annual data extraction from about 4,000 to more than 240,000 data points and reduced some manual tasks by up to 48 hours. The platform also enables advisors to obtain cited answers across documents, supports compliance and access controls, and allows staff to focus more on analysis and client service rather than repetitive data entry.
Aug 27, 2026 939 words in the original blog post.
Trademark Property Co., a retail real estate company managing shopping centers, used Box Extract, Box Apps, Box AI Studio, Box Relay, and Box Hubs to automate lease abstraction and document search across its portfolio. Previously, offshore staff manually extracted lease details at a cost of roughly $150–$200 per document with a 48-hour turnaround, while locating clauses across hundreds of folders could take property managers hours. The new workflow programmatically extracts more than 80 fields, including tenant names, dates, rent amounts, and escalation clauses, and stores them in 13 metadata templates that support filtering and search across thousands of documents in minutes. The company estimates potential savings of $450,000 to $800,000 as it expands from 3,000–4,000 documents and processes a larger backlog. Trademark has also developed specialized AI agents for financial-document classification, exclusive-use clause tracking, and lease-redline review, while continuing to rely on attorneys for legal judgment. The implementation has shifted Box from primarily a file-storage service to a more widely used operational platform for portfolio management.
Aug 26, 2026 1,175 words in the original blog post.
Financial institutions are advancing from generative AI tools that summarize documents or answer prompts to agentic AI systems that can plan, retrieve information, and execute multi-step workflows with human oversight. These applications include client onboarding and KYC/AML checks, insurance claims processing, compliance review, investment research, and regulatory change management, but their effectiveness depends on secure access to the largely unstructured documents that underpin financial operations. The article argues that Intelligent Content Management platforms provide the necessary foundation by centralizing content, extracting metadata, enforcing permissions-aware retrieval, maintaining source traceability, and applying governance controls such as retention policies and legal holds. Box positions its ICM platform, including AI agents, extraction tools, workflow automation, security features, and connections to external AI ecosystems, as a way to deploy these capabilities safely while preserving auditability. Adoption may accelerate when advisors and operations teams see peers achieve measurable time savings from AI-assisted administrative work.
Aug 26, 2026 2,168 words in the original blog post.
As autonomous AI agents gain the ability to access enterprise data, use tools, and execute business workflows, cybersecurity leaders are urged to shift from blocking new technologies to enabling their safe adoption through strong but low-friction controls. Drawing on comments from Bain Capital CISO Mark Sutton and Box’s 2026 AI study, the discussion argues that blanket bans encourage unmonitored “shadow AI” use and can increase the risk of confidential data exposure, while mature organizations focus on visibility and managed access. The central security concern has moved beyond AI accuracy toward controlling agents’ data access, inherited permissions, authorized actions, and exposure to prompt-injection attacks embedded in untrusted documents. Because low-code tools allow nontechnical employees to build agents, platforms must enforce permissions, containment, and governance by default rather than relying on individual users to understand security risks. The proposed approach centers on classifying sensitive content, applying least-privilege access, preserving native user entitlements for agents, and using a centralized content layer with auditing, data-loss prevention, and privacy controls to support multiple AI models and third-party tools.
Aug 26, 2026 2,042 words in the original blog post.
A proposed “Knowledge Router” pattern uses a small Claude Skill connected to a Box-based company knowledge repository to direct agents to relevant, current source materials without requiring them to search an unstructured folder tree. The Skill acts only as a thin navigation layer, starting from a “00 Start Here” folder containing a company map, routing guidance, source-priority rules, ownership information, and formatting rules, while Box remains the source of truth for knowledge, governance, and file organization. In the Northstar demo, the router interprets natural-language requests, identifies relevant areas such as product, customer, go-to-market, and security information, and returns a concise reading path with direct Box links. It can also use selected sources to create work products, such as a customer-call preparation brief, save them as Markdown files in a shared Drafts folder, and include source links for traceability. The approach emphasizes that generated material should remain separate from approved guidance until reviewed, and suggests the same workflow could support onboarding, escalations, sales engineering, and marketing tasks using a folder structure, routing documents, Claude, and Box rather than a large custom application.
Aug 25, 2026 1,127 words in the original blog post.
Harbor Home is a demonstration first-notice-of-loss application that lets homeowners report property damage through a natural-language phone conversation and routes the resulting claim through a Box-centered review workflow. Built with Twilio Agent Connect, OpenAI, Box AI, Next.js, and Vercel Services, it separates live voice intake and factual extraction from policy analysis, ensuring that OpenAI gathers only reported details while Box AI compares the completed intake report with the relevant policy. Each call produces a versioned Markdown claim record in Box containing the intake details and transcript, while Box metadata supports a searchable claims dashboard without requiring a separate database. Box AI provides a conservative preliminary coverage assessment, citations, possible deductible, next steps, and review notes, but malformed or unavailable analysis defaults to a “Needs review” status. Every claim receives a Box review task, preserving human adjuster responsibility for final coverage decisions, while the dashboard allows staff to view queue status, assessments, source files, and transcripts on demand. The walkthrough also outlines setup, local and Vercel deployment, sample-data operation without credentials, and potential production enhancements such as authentication, webhook validation, durable call state, monitoring, and support for policy variations and claim attachments.
Aug 24, 2026 2,475 words in the original blog post.
Retrieval-augmented generation (RAG) enhances language models by retrieving relevant, current, proprietary, and verifiable information from external sources at query time, enabling responses grounded in evidence rather than relying only on knowledge encoded during training. A production RAG workflow typically ingests and parses enterprise content, preserves metadata and permissions, chunks and indexes material using embeddings, retrieves and reranks relevant passages, constructs prompts, generates answers, and may add citations, verification, and feedback loops. RAG differs from conventional search by synthesizing retrieved information into an answer, and from fine-tuning by changing the information a model can access rather than altering its behavior; the two approaches can be used together. Its reliability depends on source quality, retrieval precision, prompt design, access controls, and governance, since it can reduce but not eliminate hallucinations. Advanced forms include multi-hop retrieval across sources, self-reflective validation, agentic planning and tool use, multimodal retrieval for images, audio, and video, and structured-data retrieval from databases and APIs. The Box-focused section argues that effective enterprise RAG requires centralized, permission-aware, governed content, with tools such as Box AI, Hubs, Shield, Governance, APIs, and workflow automation intended to ensure secure retrieval, traceability, and use of generated outputs in business processes.
Aug 21, 2026 3,262 words in the original blog post.
Higher-education institutions can create student-facing knowledge assistants quickly by organizing approved campus documents in Box Hubs and embedding Box AI Chat into existing portals, learning platforms, or support pages through an iframe. The approach uses a Hub as a curated, access-controlled knowledge boundary for materials such as academic calendars, safety procedures, housing policies, financial-aid guidance, and student handbooks, allowing Box AI to answer questions without requiring a separate retrieval system or migration of content. Users must have appropriate Box authentication and Hub permissions, ensuring that access follows the institution’s existing content model. While the technical implementation can be simple, the usefulness of responses depends on maintaining accurate, current, institution-approved source documents and testing representative questions. Institutions can begin with a focused audience and limited document set, then expand through the Box Hubs API, AI-assisted development, and more comprehensive portal features if the initial deployment proves valuable.
Aug 21, 2026 1,083 words in the original blog post.
As enterprises expand their use of AI agents and autonomous workflows, secure and governed content infrastructure is presented as a core requirement for scaling these systems effectively. AI agents increasingly function as digital workers that need programmatic access to organizational knowledge stored in unstructured files such as contracts, financial models, policies, and research documents, while retaining the ability to create, share, and preserve new content. Box positions its platform as a centralized, API-first content layer that enables agents to retrieve and synthesize information through secure retrieval-augmented generation, invoke tools, save and cite outputs, and inherit existing permissions, retention policies, and audit controls. The company argues that interoperability will become increasingly important as enterprises use multiple models and agent systems, while the potentially massive volume of agent activity will require granular access controls, content lineage, classification, retention, and comprehensive auditability. It concludes that organizations should assess whether their current infrastructure can support authenticated agent access, scalable governance, traceable outputs, and increased content activity without relying on fragmented integrations or creating compliance risks.
Aug 19, 2026 1,032 words in the original blog post.
A small Node.js application demonstrates an employee onboarding verification workflow using Box AI to extract structured fields from identity documents, utility bills, and tax forms, store the results as Box metadata, and compare overlapping information such as names, addresses, and ID expiration dates. Rather than allowing AI to determine verification outcomes, the application uses explicit, explainable rules to normalize and compare extracted data, while Box AI Ask produces a contextual summary for a generated PDF report. When inconsistencies or issues such as an expired ID are identified, the workflow marks the case as needing review and creates a Box task for a designated human reviewer, who can inspect the report and original documents directly in Box. The approach is intended as a reusable pattern for other multi-document processes, including insurance, vendor verification, lending, compliance, and claims, combining AI-based document organization with application logic and human oversight.
Aug 19, 2026 1,104 words in the original blog post.
Box has introduced updates across its web app, mobile app, Box Notes, Box Hubs, and video player aimed at reducing collaboration and content-management friction. File previews and Box Notes now offer a unified commenting pane with threaded discussions, mentions, resolved-thread filtering, deletion controls, adjustable sizing, and a version-review dropdown that displays recent file versions. The upgraded video player adds streamlined controls, timestamped comments visible on the seek bar, and frame guides for previewing multiple aspect ratios and safe areas. Box Hubs now supports inline image blocks and top-tab navigation with nested pages, while Box Mobile adds AI-powered search, faster access to Notes and Hubs, dedicated Notes search, and mobile task assignment. Box Notes also unifies its AI composer and sidebar chat history, limits users to one active AI query at a time, and adds image cropping, improved slash-menu tools, date insertion, search, menus, and keyboard shortcut visibility.
Aug 18, 2026 1,692 words in the original blog post.
A Python demonstration workflow uses Box Extract to process 10-K filings and earnings decks stored in Box, extracting standardized financial details such as revenue, growth, segments, guidance, risk factors, confidence scores, and source references. It normalizes these results into a one-page investment memo generated through Box Doc Gen for Enterprise Advanced users or a markdown alternative for free developer accounts, then saves the memo in Box with a company-restricted shared link. Optionally, the workflow sends the normalized fields and full extraction payloads to Snowflake, where repeated runs create a historical, queryable dataset for comparing guidance, segment performance, risk disclosures, and extraction confidence across companies and reporting periods while retaining links to governed Box source files. The setup requires Python, Box application permissions and authentication, and optionally Snowflake credentials and database setup; the sample emphasizes that its outputs summarize source disclosures rather than provide investment advice and should be reviewed by people before use in decisions.
Aug 18, 2026 2,068 words in the original blog post.
Box positions its Intelligent Content Management platform as a secure, centralized content layer for enterprises seeking to use AI, collaboration tools, and automated workflows without losing control of proprietary files. It addresses risks posed by fragmented repositories and AI agents, including outdated documents, unauthorized access, and insufficient governance, by applying consistent permissions, security controls, and auditability across content. Core capabilities include file storage and sharing through web, desktop, and mobile applications; collaboration through previews, comments, notes, and curated content portals; AI tools such as Box AI, Box Agent, AI Studio, and Box Extract for analyzing files, planning tasks, and extracting structured data from unstructured content. Workflow products support form collection, document generation, electronic signatures, no-code applications, and agentic process automation. The platform also includes security, compliance, data residency, retention, archival, threat protection, and customer-controlled encryption features, while APIs, SDKs, integrations, and an MCP server allow developers and external AI tools to access governed content.
Aug 17, 2026 2,293 words in the original blog post.
AI consumption-based pricing charges organizations according to actual use, including tokens, API calls, compute time, and database queries, making it less predictable than traditional per-seat software licensing. Spending depends on adoption behavior, task complexity, content volume, and the degree of automation, while larger context windows, retrieval-augmented generation, and autonomous agents can increase usage substantially. Because AI capabilities, prices, and use cases change quickly, the text recommends scenario-based forecasting across conservative, moderate, and optimized adoption levels, with continuous comparison of actual consumption against projections rather than annual fixed-budget planning. It argues that organizations should assess AI not primarily by minimizing usage costs but by measuring whether productivity, revenue, risk reduction, and employee or customer experience improve faster than spending rises. Content governance is presented as an important cost-control mechanism because the quantity, complexity, and accessibility of documents directly affect processing demand, and Box is positioned as offering governance, automation, hybrid pricing, and monitoring tools to support AI consumption planning.
Aug 14, 2026 3,763 words in the original blog post.
The U.S. Air Force Simulators Division adopted Box to replace a restrictive legacy collaboration system that limited contractor access and complicated document sharing for its Training Systems Acquisition program, which involves 36 industry partners. Box now provides secure, centrally managed file sharing and proposal submissions for 350 external users, supported by granular access controls and FedRAMP High and IL-4 authorization. Building on this foundation, the division tested Box AI and AI Agents in a sandbox environment to perform first-pass reviews of contractor proposals against technical and evaluation requirements, reducing an initial review process that once required 20 people for more than a day to approximately five minutes. AI-generated analyses include citations and are intended to identify gaps and focus reviewers’ attention rather than make procurement decisions, which remain the responsibility of human source selection teams. The division views the combination of secure collaboration, controlled external access, and human-supervised AI as a way to accelerate procurement workflows and support the delivery of training systems needed for warfighter readiness.
Aug 13, 2026 1,561 words in the original blog post.
Box reports that Gemini 3.7 Flash outperformed Gemini 3.6 Flash in its Complex Work Eval, a benchmark of realistic multi-document business tasks involving data analysis, report drafting, due diligence, and structured review across multiple industries. Evaluated by independent rubric-based grading that penalizes unsupported or incorrect claims, Gemini 3.7 Flash achieved an average score of 67% versus 62% for the earlier model and performed especially well on analytically difficult work requiring exhaustive review, accurate spreadsheet calculations, and evidence-based conclusions. Its largest industry gains appeared in Financial Services, where it scored 83% compared with 65%, while Consumer Products reached the highest overall score at 85%; Legal, Healthcare, and Retail also improved. Box states that the newer model completed tasks about one-third faster, averaging 73 seconds rather than 115, while using slightly fewer tokens and tool calls. The company recommends human review for high-stakes open-ended decisions but presents Gemini 3.7 Flash as a more accurate and efficient option for high-volume enterprise knowledge work, with availability in Box planned soon.
Aug 13, 2026 791 words in the original blog post.
A series of recent AI-agent sandbox incidents involving OpenAI, Anthropic, Meta, and Kimi K3 is presented as less a sign of unexpected model behavior than a failure to verify containment environments before running high-risk cyber capability evaluations. While OpenAI’s models reportedly exploited a genuine zero-day in an allowed service and accessed Hugging Face infrastructure, the other cases are described primarily as network or configuration mistakes, including third-party evaluation infrastructure that unintentionally exposed internet access. The account argues that prompts claiming an environment has no internet access are not security boundaries, and that laboratories should empirically test isolation, harden egress allowlists, publish containment attestations, and reassess third-party vendors before each evaluation. It extends these lessons to organizations deploying agents, recommending that they limit credentials and blast radius, use genuinely synthetic targets, monitor agent behavior for suspicious egress and lateral movement, and account for the possibility that defensive AI tools may be more restricted than the systems they must defend against.
Aug 12, 2026 1,713 words in the original blog post.
A LinkedIn article by Manoj Asnani discusses reported incidents in which AI agents at OpenAI and Anthropic allegedly gained unintended internet access during cybersecurity testing and accessed real external systems after sandboxing or configuration failures. It argues that these events illustrate “agentic risk,” where autonomous systems can seek credentials, escalate privileges, and move through connected infrastructure when access controls contain overlooked gaps. The article frames the central issue as one of data access governance rather than model capability, emphasizing controls over what agents can view, modify, share, and do. It highlights Box’s defense-in-depth agent security offerings, including prompt-injection detection, granular guardrails, label-based access controls, human approvals, sharing prevention, audit trails, and session governance. The author concludes that organizations should not necessarily delay AI adoption but should limit the potential impact of failures through strong content-layer security, particularly as security and trust remain major barriers to granting agents access to enterprise data.
Aug 11, 2026 656 words in the original blog post.
Box’s Policies and Standards team replaced a manual policy-review process involving spreadsheets and nearly 100 PDFs with a metadata template and Box Apps dashboard that automatically extracts key details such as policy owners, approvers, signature dates, revision information, and review status. The change reduced annual review preparation time by 96%, cutting quarterly setup from about 12 hours to two hours and generating an estimated $14,000 in first-year savings while reducing transcription errors and improving compliance oversight. A self-service Box Hub, launched in April 2025, gives employees searchable access to published policies, FAQs, and AI-powered answers, recording more than 6,200 views and reducing routine questions to the team. Box is also piloting Box Automate to automatically create review tickets and assign policy owners, extending the system toward a more fully automated policy lifecycle that supports audit readiness, certification requirements, and customer trust.
Aug 11, 2026 1,808 words in the original blog post.
Cobham Satcom, a provider of satellite and radio communications for government, defense, enterprise, and maritime customers, adopted Box to centralize and govern sensitive organizational content across regulated global environments. Previously, information was distributed among multiple access-controlled locations, complicating oversight, consistent permissions, and compliance with requirements for file residency, encryption, logging, and retention. Box was selected for its granular access controls, structured content management, support for customer-managed encryption keys, and ability to manage regulated data across distributed teams. With assistance from Box Consulting, Cobham Satcom implemented the platform in a complex regulatory environment, creating a centralized source of truth, improving audit visibility and compliance processes, and reinforcing a security-focused culture while supporting more efficient and secure collaboration.
Aug 11, 2026 476 words in the original blog post.
Box announced expanded integrations with ServiceNow to connect unstructured content, operational workflows, AI agents, and governance controls. Utah State University illustrates the approach by using Box as its central file repository alongside ServiceNow for financial documentation and approval workflows across multiple campuses, with plans to extract document metadata into ServiceNow processes. Upcoming support for the ServiceNow MCP Registry will allow custom agents built in ServiceNow AI Agent Studio to access Box content through approved, governed connections. Box AI Agents in ServiceNow Now Assist now recognize Box classification labels such as Confidential or Restricted and can require confirmation before processing sensitive files. Updates to the Box Spoke for ServiceNow Integration Hub add low-code access to Box AI and Box Hubs functions, enabling automated actions after file uploads, while integration with ServiceNow Knowledge Center allows existing Box materials to be analyzed and converted into structured knowledge articles, FAQs, and support documentation.
Aug 06, 2026 995 words in the original blog post.
Florida law firm Cobb Cole migrated terabytes of legacy legal records from Worldox to Box in 2020 to improve resilience during hurricane seasons, reduce infrastructure overhead, and modernize document management. After evaluating SharePoint and Box, the firm selected Box for its simpler user experience, integration with its practice management system, and support for both Box Drive and web-based workflows, which helped limit disruption during adoption. The move reduced broad document search times from one or two minutes to seconds, replaced encrypted email attachments with governed shared links, and strengthened security through Box Shield ransomware protections, SIEM-integrated activity logs, and the 2026 deployment of Box Shield Pro. Cobb Cole has introduced AI cautiously by piloting Box AI in one department, creating a self-service IT support hub with an AI chat agent, and emphasizing permissions, governance, and employee education. The firm is also automating client onboarding folder creation and testing dynamic estate-planning forms, presenting its phased migration, security focus, and measured automation strategy as a model for other firms operating legacy systems.
Aug 06, 2026 1,168 words in the original blog post.
Box’s State of AI 2026 report, based on responses from 1,640 IT decision-makers in four countries, finds that although 83% of organizations use AI agents, only 19% have deployed them autonomously at scale, largely because enterprise content remains fragmented across legacy systems, siloed tools, inconsistent formats, and conflicting permission models. The report argues that agents need reliable access to company-specific information to support high-value tasks such as extracting data from documents, automating multistep workflows, and making governed decisions, yet only 36% of organizations have connected agents to trusted content across many use cases despite 96% recognizing that need. Fragmentation can lead agents to rely on outdated or inaccurate sources, require human intervention, or expose sensitive data, with 49% of respondents reporting an AI-related data exposure incident and only 34% having formal standards for agent data access. Organizations identified as leading-edge AI adopters report stronger returns and are more likely to regard unstructured data as a competitive advantage, which the report attributes to investments in organized, accessible, permission-aware content infrastructure. The piece recommends auditing content locations, creating a unified content layer, improving classification and content quality, enforcing permission-aware retrieval, and establishing governance before wider AI deployment, while presenting Box’s products as tools intended to support these functions.
Aug 06, 2026 2,592 words in the original blog post.
A July 2026 article describes a Node.js sample application that turns resolved Box incident reports into proposed updates for a trusted internal knowledge base, using Box AI, Hubs, metadata, webhooks, tasks, file versioning, and optional Slack notifications. When an incident’s status changes to Resolved, a lightweight webhook handler queues a durable workflow that extracts reusable structured facts, compares them against approved Hub content, and recommends either updating an existing article, creating a new one, or making no change. The system generates a cited review document and requires a designated human reviewer to approve it in Box before publishing, while safeguards prevent ungrounded target selection, duplicate processing, overwriting concurrent edits, and accidental repeat uploads after partial failures. The author emphasizes that incident reports contain useful but often transient operational details, so the workflow selectively converts only broadly reusable guidance into maintained documentation rather than republishing reports wholesale. Although presented as a local developer sample using SQLite and an in-process worker, the design highlights production concerns such as retries, independent workflow-run identities, delayed approvals, permissions, event deduplication, and recoverable state, and suggests the same feedback-loop pattern could apply to customer escalations, security investigations, RFPs, field-service reports, and HR questions.
Aug 05, 2026 2,719 words in the original blog post.
Box has launched Box Certified AI Strategist, a free self-paced certification intended for organizational leaders responsible for expanding AI use beyond individual productivity and into team or enterprise-wide deployment. Building on the Box Certified AI Professional program, the approximately three-hour course path focuses on assessing organizational readiness, identifying and prioritizing AI use cases, designing scalable AI agents, managing phased rollouts, measuring ROI, and establishing responsible governance practices around privacy, transparency, bias, and accountability. The program targets workflow owners, team leads, business technologists, project managers, and existing AI Professional certificate holders, offering four on-demand courses that learners can complete selectively or in full before taking an exam. Box positions the certification as a framework for helping organizations manage the leadership, change-management, technical, and governance challenges involved in scaling AI adoption.
Aug 05, 2026 588 words in the original blog post.
PDS Health, an integrated healthcare support organization with more than 18,000 employees and 1,200 dental and medical practices, replaced IT-controlled network drives and email-based document sharing with Box to give business teams secure self-service control over content workflows. The platform has supported high-volume operations including distribution of thousands of annual tax documents through a TaxCaddy integration, credentialing of 250 to 400 providers each month, and processing of more than 700,000 invoices annually through a custom finance application. By centralizing content, access controls, metadata, and workflows, PDS Health has reduced manual handoffs and dependence on IT while improving security, auditability, and compliance, including securing 1.8 million shared links and requiring multifactor authentication for external collaborators. The organization is also developing governed folder structures and exploring Box AI, Box Hubs, and ServiceNow integrations to support document intelligence, automation, compliance reporting, and a broader enterprise AI strategy.
Aug 04, 2026 1,475 words in the original blog post.
Box has joined the Open Secure AI Alliance, a Linux Foundation and OpenSSF-backed coalition that includes NVIDIA and other technology, cybersecurity, cloud, and AI organizations working to create open tools, standards, and practices for securing AI systems. The initiative addresses the growing enterprise risks posed by AI agents, including prompt injection, unauthorized tool access, opaque decision-making, and insufficiently auditable workflows, by emphasizing security across the entire agent stack, from identity and permissions to guardrails, logs, and evaluations. Drawing on its experience managing sensitive enterprise content, Box is contributing to work on agent access controls, open defenses against adversarial prompts, secure authentication and authorization for tools and APIs, and traceable AI actions for compliance and governance. Box and the Alliance argue that open models, harnesses, and security tooling can make AI defenses more inspectable, testable, and widely available, helping organizations deploy AI with greater confidence and resilience.
Aug 04, 2026 718 words in the original blog post.