Systems | Development | Analytics | API | Testing

BigQuery MCP Server: Connect Google BigQuery to AI Agents Safely

A BigQuery MCP server lets AI agents like Claude query your Google BigQuery data through a standard protocol instead of ad-hoc integrations. Because BigQuery bills by bytes scanned, an unconstrained agent is not just a security risk but a budget risk: one careless full-table scan on a wide table costs real money. This guide covers what a BigQuery MCP server does, the three ways to set one up, and the cost and security controls that matter before you let an agent anywhere near your analytics data.

Utility API & AI Security: Exposing Data Without Exposing Control

Every utility is being pulled in two directions. Operations, engineering, and customer-facing teams all want data in modern applications: outage maps, field-service apps, asset-health dashboards, regulator reporting, and increasingly AI assistants that can answer questions about generation, load, or maintenance history. At the same time, the security team's job is to make sure none of that convenience becomes a path into systems that open spillway gates, trip breakers, or control pressure.

What's New in DreamFactory 7.7 | Agents, API Builder, Schema Contracts

DreamFactory 7.7 is out. Agents have owners. API Builder is new. Schema Contracts lock the shape. The admin console is new. Four things that shipped: Agent governance. Every agent has a human owner, a role, and a key that expires in four hours. Deactivate the owner and the agent stops. API Builder. Design the endpoint the app actually wants. Custom paths, shaped responses, on services you already have. Open source, in every edition.

Build Custom, AI-Ready API Endpoints Without Writing Backend Code

Auto-generated APIs changed how fast teams ship. Point DreamFactory at a database and you get a complete REST API in seconds: every table, full CRUD, live documentation, role-based security. For thousands of teams, that is the whole job. But auto-generated APIs mirror your schema. Your applications, and increasingly your AI agents, want something more deliberate: clean paths, shaped responses, and endpoints that match how the consumer thinks rather than how the database is laid out.

Government API Use Case: How to quickly connect your application with Data.

Getting data out of source systems and into the applications that need it is usually slow, custom, and hard to secure. Today I'll show you how DreamFactory solves that as a secure data gateway. This demo today is based on a government healthcare use case.

BigQuery to REST API in 2 Minutes | DreamFactory

Turn a Google BigQuery project into a secured REST API without putting the warehouse credential in your app. DreamFactory stores the service account. Your app calls a URL with an API key. Role-based access control decides what that key can see. Docs are generated from the live spec, so fields and filters become query parameters you can ship. In this walkthrough.

Government API Use Case: How to quickly connect your application with Data.

Getting data out of source systems and into the applications that need it is usually slow, custom, and hard to secure. Today I'll show you how DreamFactory solves that as a secure data gateway. This demo today is based on a government healthcare use case.

How DreamFactory Helps Schools Use AI Safely on Their Own Data

Every school, college, and university is being asked the same question right now: Can we use AI on our own data without putting student records at risk? The promise is real, including personalized learning, faster advising, and smarter operations. So is the fear. AI that touches student information runs straight into FERPA, breach risk, and a simple trust problem: once data leaves your control, you can't govern it.