# Datum Cloud Docs > Learn about Datum's open network cloud ## Docs - [llms.txt](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/agents/llms-txt.md): A single-file index agents can fetch to discover Datum's full documentation surface. - [Agents Overview](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/agents/overview.md): How AI agents work with Datum Cloud — Skills, MCP, llms.txt, and datumctl. - [AI Edge skill](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/agents/skills/ai-edge.md): Teach agents to manage WAF, auth, and traffic policies on Datum's AI Edge — attaching policies to Gateways and HTTPRoutes via datumctl. - [Client Traffic skill](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/agents/skills/client-traffic.md): Teach agents to configure TLS termination, HTTP/3, connection limits, and client IP detection on Datum Cloud gateways. - [DNS skill](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/agents/skills/dns.md): Teach agents to manage DNS zones and record sets in Datum Cloud using datumctl. - [Domains skill](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/agents/skills/domains.md): Teach agents to attach and verify domains in Datum Cloud projects using datumctl. - [HTTPRoute skill](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/agents/skills/httproute.md): Teach agents to configure HTTP routing rules — path matching, traffic splitting, redirects, rewrites, and header manipulation on Datum Cloud. - [Overview](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/agents/skills/index.md): Self-contained instructions that teach AI agents how to perform Datum Cloud tasks. - [Metrics Export skill](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/agents/skills/metrics-export.md): Teach agents to configure Prometheus remote write pipelines in Datum Cloud using ExportPolicy resources. - [DNS Setup for AI Edge](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/ai-edge/dns-setup.md): Create a DNS zone, apex ALIAS record, and subdomain CNAME to point a domain at a Datum AI Edge endpoint. - [HTTP Basic Authentication with Datum](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/ai-edge/guides/basic-auth.md): Configure HTTP Basic Authentication for applications behind a Datum gateway using datumctl and Envoy Gateway SecurityPolicy. - [Individual User Authentication and Authorization with Auth0](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/ai-edge/guides/oidc-auth0.md): Configure per-user authentication and email-based authorization using Auth0 and Google social login for applications behind a Datum gateway. - [OAuth 2.0 / OIDC Authentication with Google and Datum](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/ai-edge/guides/oidc-google.md): Configure OIDC authentication using Google OAuth 2.0 for applications behind a Datum gateway using datumctl and Envoy Gateway SecurityPolicy. - [Host Header Override with HTTPProxy](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/ai-edge/host-header-override.md): Rewrite the Host header on upstream requests using an HTTPProxy RequestHeaderModifier filter. - [HTTP to HTTPS Redirect with HTTPProxy](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/ai-edge/https-redirect.md): Force HTTPS by redirecting all plain HTTP requests using a RequestRedirect filter on a Datum HTTPProxy. - [AI Edge](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/ai-edge/overview.md): Datum's AI Edge service is built on Envoy and provides an intelligent HTTPProxy along with a Coraza-based Web Application Firewall (WAF) to help you protect and route internet traffic to your backend services. - [Path-Based Routing with HTTPProxy](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/ai-edge/path-routing.md): Route requests to different backends based on URL paths using a Datum HTTPProxy. - [HTTPProxy and WAF Capabilities](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/ai-edge/proxy-waf.md): Reference overview of the HTTPProxy and TrafficProtectionPolicy resources that make up Datum's AI Edge. - [URL Rewrite with HTTPProxy](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/ai-edge/url-rewrite.md): Rewrite the path or hostname on upstream requests using a URLRewrite filter on a Datum HTTPProxy. - [WAF Configuration with TrafficProtectionPolicy](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/ai-edge/waf-configuration.md): Enable and configure the Coraza OWASP WAF for a Datum AI Edge using TrafficProtectionPolicy. - [BillingAccount](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/billing/billingaccount.md): BillingAccount is the Schema for the billingaccounts API. It represents a billing entity within an organization that is responsible for paying for service consumption. - [BillingAccountBinding](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/billing/billingaccountbinding.md): BillingAccountBinding links a project to a billing account, establishing billing responsibility for the project's resource consumption. - [Billing](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/billing/overview.md): Billing on Datum Cloud — billing accounts, the projects bound to them, and the payment methods that fund service consumption. - [PaymentMethod](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/billing/paymentmethod.md): PaymentMethod is the Schema for the paymentmethods API. - [Instance](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/compute/instance.md): Instance is the Schema for the instances API. - [Compute](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/compute/overview.md): Run workloads on Datum Cloud — the workloads you declare, the deployments that place them, and the instances that run them. - [WorkloadDeployment](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/compute/workloaddeployment.md): WorkloadDeployment is the Schema for the workloaddeployments API. - [API conventions](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/concepts/conventions.md): The declarative resource model shared by every Datum Cloud resource: apiVersion, kind, metadata, spec, and status. - [Field formats & types](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/concepts/field-formats.md): How to read the value types, formats, required markers, enums, and defaults used in every resource's field tables. - [Object metadata](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/concepts/metadata.md): The shared metadata block every Datum Cloud resource carries — name, labels, annotations, and the system-managed fields you never set. - [Resource references](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/concepts/references.md): How one Datum Cloud resource points at another through a reference object, and how to follow those links. - [Scopes: Project & Platform](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/concepts/scopes.md): How Datum Cloud resources are scoped to a Project or shared across the Platform, and what that means for your active context and the --project/--organization flags. - [Status & conditions](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/concepts/status-and-conditions.md): How to read a resource's observed state and interpret the standard conditions pattern across Datum Cloud. - [Validation & safe changes](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/concepts/validation.md): How the Datum Cloud API validates resources on write, and how to preview changes before they take effect. - [Versioning & stability](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/concepts/versioning.md): How Datum Cloud versions its API resources, what alpha means for stability, and how to protect yourself against change. - [DNSRecordSet](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/dns/dnsrecordset.md): DNSRecordSet is the Schema for the dnsrecordsets API. - [DNSZone](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/dns/dnszone.md): DNSZone is the Schema for the dnszones API. - [DNSZoneClass](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/dns/dnszoneclass.md): DNSZoneClass is the Schema for the dnszoneclasses API. - [DNS](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/dns/overview.md): Managed authoritative DNS on Datum Cloud — zones and the record sets that answer queries for them. - [Group](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/iam/group.md): Group is the Schema for the groups API. - [GroupMembership](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/iam/groupmembership.md): GroupMembership is the Schema for the groupmemberships API. - [IAM](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/iam/overview.md): Identity and access management on Datum Cloud — roles, policy bindings, groups, and service accounts that control who can do what. - [PolicyBinding](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/iam/policybinding.md): PolicyBinding is the Schema for the policybindings API. - [Role](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/iam/role.md): Role is the Schema for the roles API. - [ServiceAccount](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/iam/serviceaccount.md): ServiceAccount is the Schema for the service accounts API. - [UserInvitation](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/iam/userinvitation.md): UserInvitation is the Schema for the userinvitations API. - [IPAllocation](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/ipam/ipallocation.md): IPAllocation records a CIDR carved out of an IPPool by an IPClaim. - [IPClaim](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/ipam/ipclaim.md): IPClaim requests a sub-prefix of IP address space from an IP pool. - [IPPool](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/ipam/ippool.md): IPPool is an allocatable address space. Root pools declare a CIDR directly; child pools carve a sub-prefix from a parent pool. - [IPAM](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/ipam/overview.md): IP address management on Datum Cloud — claims against allocatable pools and the allocations they produce. - [Domain](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/networking/domain.md): Domain represents a domain name in the Datum system. - [Backend](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/networking/envoy/backend.md): Backend allows the user to configure the endpoints of a backend and the behavior of the connection from Envoy Proxy to the backend. - [BackendTrafficPolicy](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/networking/envoy/backendtrafficpolicy.md): BackendTrafficPolicy allows the user to configure the behavior of the connection between the Envoy Proxy listener and the backend service. - [HTTPRouteFilter](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/networking/envoy/httproutefilter.md): HTTPRouteFilter is a custom Envoy Gateway HTTPRouteFilter which provides extended traffic processing options such as path regex rewrite, direct response and more. - [Envoy Gateway](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/networking/envoy/overview.md): Envoy Gateway extension resources that add implementation-specific traffic and security policy to the Gateway API. - [SecurityPolicy](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/networking/envoy/securitypolicy.md): SecurityPolicy allows the user to configure various security settings for a Gateway. - [BackendTLSPolicy](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/networking/gateway/backendtlspolicy.md): BackendTLSPolicy provides a way to configure how a Gateway connects to a Backend via TLS. - [Gateway](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/networking/gateway/gateway.md): Gateway represents an instance of a service-traffic handling infrastructure by binding Listeners to a set of IP addresses. - [GatewayClass](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/networking/gateway/gatewayclass.md): GatewayClass describes a class of Gateways available for creating Gateway resources. - [HTTPRoute](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/networking/gateway/httproute.md): HTTPRoute provides a way to route HTTP requests. This includes the capability to match requests by hostname, path, header, or query param. Filters can be used to specify additional processing steps. Backends specify where matching requests should be routed. - [Gateway API](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/networking/gateway/overview.md): API reference for the Gateway API resources on Datum Cloud — an open, portable standard for routing service traffic with Gateway, HTTPRoute, and BackendTLSPolicy. - [HTTPProxy](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/networking/httpproxy.md): An HTTPProxy provides a convenient way to manage simple reverse proxy use cases. - [Network](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/networking/network.md): Network is the Schema for the networks API. - [Networking](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/networking/overview.md): API reference for the networking.datumapis.com service — networks, subnets, HTTP proxies, and domains on Datum Cloud. - [Subnet](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/networking/subnet.md): Subnet is the Schema for the subnets API. - [Contact](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/notification/contact.md): Contact is the Schema for the contacts API. It represents a contact for a user. - [ContactGroup](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/notification/contactgroup.md): ContactGroup is the Schema for the contactgroups API. It represents a logical grouping of Contacts. - [ContactGroupMembership](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/notification/contactgroupmembership.md): ContactGroupMembership is the Schema for the contactgroupmemberships API. It represents a membership of a Contact in a ContactGroup. - [Email](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/notification/email.md): Email is the Schema for the emails API. - [EmailBroadcast](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/notification/emailbroadcast.md): EmailBroadcast is the Schema for the emailbroadcasts API. It represents a broadcast of an email to a set of contacts (ContactGroup). - [EmailTemplate](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/notification/emailtemplate.md): EmailTemplate is the Schema for the email templates API. It represents a reusable e-mail template that can be rendered by substituting the declared variables. - [Notification](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/notification/overview.md): Contacts, contact groups, and email delivery on Datum Cloud — the notification.miloapis.com service. - [API resources](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/overview.md): The resource and field reference for Datum Cloud services. - [Platform resources](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/platform/overview.md): Platform-provided and reference resources — the service catalog, classes and pools other resources point at, and email templates you read or reference rather than create. - [AllowanceBucket](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/quota/allowancebucket.md): AllowanceBucket aggregates quota limits and usage for a single (consumer, resourceType) combination. - [Quota](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/quota/overview.md): Resource allowances, claims, and grants that govern usage on Datum Cloud — the quota.miloapis.com API. - [ResourceClaim](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/quota/resourceclaim.md): ResourceClaim requests quota allocation during resource creation, consuming quota capacity from AllowanceBuckets. - [Organization](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/resource-manager/organization.md): Organization is the Schema for the Organizations API. - [OrganizationMembership](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/resource-manager/organizationmembership.md): OrganizationMembership establishes a user's membership in an organization and optionally assigns roles to grant permissions. - [Resource Manager](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/resource-manager/overview.md): Organizations and projects — the top-level containers for everything you run on Datum Cloud. - [Project](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/resource-manager/project.md): Project is the Schema for the projects API. - [Service](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/services/service.md): Service is the Schema for the services API. It is the platform-owned identity record for a managed service offered on Datum. - [ServiceConsumer](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/services/serviceconsumer.md): ServiceConsumer is the Schema for the serviceconsumers API. - [ServiceEntitlement](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/services/serviceentitlement.md): ServiceEntitlement is the Schema for the serviceentitlements API. - [ExportPolicy](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/telemetry/exportpolicy.md): ExportPolicy is the Schema for the export policy API. - [Telemetry](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/api/telemetry/overview.md): Telemetry export configuration on Datum Cloud — declare where your metrics, logs, and traces are sent. - [Tunnels](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/connectors/tunnels.md): Datum's first Connector is a flexible tunnel powered by the Iroh protocol and built in QUIC. - [Datum MCP](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/datum-mcp.md): Datum's official MCP server helps builders connect AI tools to their Datum projects and integrates with popular AI assistants like Cursor. - [Audit logs & events](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/datumctl/activity/audit-and-events.md): Investigate who did what to which resource with datumctl activity audit, and surface resource lifecycle events and warnings with datumctl activity events. - [Change history & feed](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/datumctl/activity/change-history-and-feed.md): Trace what changed on a single resource with datumctl activity history, and watch a merged, human-readable timeline across resource types with datumctl activity feed. - [Querying activity](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/datumctl/activity/overview.md): Investigate what changed, who did it, and when — using the datumctl activity command family for audit records, resource events, a merged feed, and per-resource change history. - [AI assistant](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/datumctl/ai/assistant.md): Ask datumctl about your Datum Cloud resources in natural language, from a one-shot question or an interactive session. - [MCP server](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/datumctl/ai/mcp-server.md): Connect Claude Desktop, Cursor, and other MCP-aware AI clients to your Datum Cloud resources with the Datum MCP server. - [Logging in](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/datumctl/auth/logging-in.md): Sign in to Datum Cloud from your terminal with datumctl login, verify who you are, and sign out. - [Managing accounts & tokens](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/datumctl/auth/managing-accounts.md): List, switch between, and remove locally authenticated Datum Cloud users, and print access tokens for tooling. - [Service accounts](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/datumctl/auth/service-accounts.md): Authenticate datumctl non-interactively with a service account credentials file for CI, automation, and headless environments. - [Automating datumctl in CI/CD](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/datumctl/cicd/automating.md): Run datumctl non-interactively in any pipeline — headless service-account login, credential helpers, structured errors, and exit-code handling on headless runners. - [GitHub Actions](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/datumctl/cicd/github-actions.md): Install and authenticate datumctl in GitHub Actions with the setup-datumctl-action, then run Datum Cloud commands in your workflows. - [Interactive console](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/datumctl/console.md): Browse, inspect, and monitor Datum Cloud resources in a full-screen, keyboard-driven terminal interface. - [Contexts & scoping](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/datumctl/contexts-and-scoping.md): How datumctl decides which organization or project a command acts on, and how to switch between them. - [Discovering resources & schemas](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/datumctl/discovering-resources.md): Find which Datum Cloud resource types exist and inspect their fields before you author manifests. - [GitOps with Flux & Argo CD](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/datumctl/gitops.md): Run a git-driven deployment flow onto Datum Cloud by pointing your GitOps tooling at a control plane through datumctl's exec-credential kubeconfig. - [Using datumctl with kubectl](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/datumctl/kubectl-interop.md): Point kubectl at a Datum Cloud control plane using your active datumctl session — an opt-in escape hatch for existing kubectl users. - [Kubernetes tools](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/datumctl/kubernetes-tools.md): Point Helm, the Terraform Kubernetes provider, k9s, and other kubeconfig-driven tools at a Datum Cloud control plane using your active datumctl session. - [Output formats & scripting](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/datumctl/output-and-scripting.md): Machine-readable output, structured errors, exit codes, and patterns for wrapping datumctl in CI pipelines and AI agents. - [datumctl](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/datumctl/overview.md): High level overview of the Datum Cloud CLI. - [Adding Catalogs](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/datumctl/plugins/adding-catalogs.md): Register additional and internal plugin catalogs, and understand the trust decision and enterprise guardrails involved. - [Building Plugins](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/datumctl/plugins/building-plugins.md): Build a datumctl plugin in Go using the official SDK — manifest, context injection, credentials, and command forwarding. - [Publishing Catalogs](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/datumctl/plugins/publishing-catalogs.md): Author, validate, and host a datumctl plugin catalog so users and enterprises can discover and install your plugins. - [Using Plugins](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/datumctl/plugins/using-plugins.md): Install, run, and manage datumctl plugins that extend the CLI with additional commands. - [Quickstart](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/datumctl/quickstart.md): Install datumctl, log in, pick a context, and run your first command. - [Changing resources](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/datumctl/resources/changing.md): Create, update, and delete Datum Cloud resources — with declarative apply as the primary workflow. - [Reading resources](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/datumctl/resources/reading.md): List, retrieve, and inspect Datum Cloud resources with datumctl get and datumctl describe. - [Safe changes & declarative config](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/datumctl/resources/safe-changes.md): Preview changes before you write them, manage Datum Cloud resources declaratively, and keep your infrastructure in sync from source control. - [Desktop Apps](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/desktop-apps.md): Datum offers native developer apps for macOS, Linux, and Windows that help you safely and quickly expose local environments to the internet using a secure Rust-based tunnel connected to an AI Edge on our global network. - [DNS](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/domain-dns/dns.md): We offer authoritative DNS hosting for your domains that you can manage through the Datum Cloud portal as well as CLI. - [Domains](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/domain-dns/domains.md): Track your domains in one place regardless of where they are registered to gain programmatic access to foundational infrastructure components. - [Features](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/features.md): Datum is currently building a public cloud with a generous forever free tier that gives access to enterprise-grade networking primitives. - [Galactic VPC](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/galactic-vpc/overview.md): Datum is developing a global, virtual backbone service called Galactic VPC for traffic routing and connections. - [Get Involved](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/get-involved.md): Datum is an open source company; we are building in the open and encourage feedback, contributions, questions, bug reports etc. - [Introduction](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/index.md): Datum's approach to an open, neutral, global network cloud built for AI and focused on providers. - [Kubernetes](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/kubernetes.md): Datum believes in a Kubernetes-Native approach; Datum's control plane is built on Kubernetes Custom Resource Definitions (CRDs) - [Overview](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/overview.md): Docs for developers and agents - [Activity Logs](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/platform/activity-logs.md): Query and filter audit logs in the Datum Cloud portal to track changes across your organizations and projects - [Locations](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/platform/locations.md): Datum is available in 17+ global locations, organized into points of presence (PoPs), packaged into Regions and Availability Zones (AZs) - [Metrics Export](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/platform/metrics-export.md): Datum collects OpenTelemetry metrics from your Datum infrastructure services, giving visibility into the performance and health of your workloads. - [Secrets](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/platform/secrets.md): Learn how to create secret resources within projects - [Service Accounts](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/platform/service-accounts.md): Create non-human identities for applications, CI/CD pipelines, and services to authenticate with Datum APIs - [Account Setup](https://datum-4926dda5-docs-api-reference-demo.mintlify.app/platform/setup.md): Datum Cloud Onboarding - How to create a user account, set up an organization, manage and collaborate with team members ## Optional - [Discord](https://link.datum.net/discord) - [YouTube](https://link.datum.net/youtube) - [GitHub](https://link.datum.net/github)