# Hyphen AI > Hyphen is a developer infrastructure platform that generates cloud infrastructure with AI and continuously optimizes it. It includes deployment, environment and secrets management, feature flags, link shortening, and team access control. - [Full LLM Content](https://dev.hyphen.ai/llms-full.txt) ## Products - [Hyphen Agent | Infrastructure that improves itself](https://dev.hyphen.ai/agent): Hyphen Agent continuously observes traffic, usage, and configuration patterns and safely acts in real time to operate and optimize your infrastructure while reducing operational overhead and cloud costs. - [Hyphen CLI (hx) | Bring Hyphen to your terminal](https://dev.hyphen.ai/cli): With the Hyphen CLI, spin up an app in seconds, configure your environments, manage secrets, and create short URLs — all from your command line. - [Hyphen Deploy | Say Goodbye to Deployment Hell](https://dev.hyphen.ai/deploy): Forget YAML files, Docker configs, Terraform, and Helm charts. With Hyphen Deploy, you define your target SLA, scale, and performance, and Deploy AI generates your cloud infrastructure automatically. - [Hyphen ENV | Secrets Management Service](https://dev.hyphen.ai/env): Manage secrets across your team and infrastructure with a fully auditable end-to-end encrypted secrets management service. - [Horizon | Feature flag evaluation and env config on the edge](https://dev.hyphen.ai/horizon): Horizon is a built-in ultra-low latency feature flag evaluation and environment config on the edge, or hosted on your own infrastructure. - [Hyphen Link | Custom Short URL and QR Code Service](https://dev.hyphen.ai/link): Create custom short URLs and QR codes using your own domain, and track performance with included analytics. - [Hyphen net.info | City-level IP Geolocation API](https://dev.hyphen.ai/net-info): Enable location-specific experiences, security, and analytics with city-level IP geolocation information, including latitude, longitude, time zone, postal code, and more. - [Hyphen Team Smart Access | Automate access to your services and resources](https://dev.hyphen.ai/smart-access): Automate team management and streamline access control across your services with integrations for cloud resources, code repos and team channels. - [Hyphen Toggle | Feature Flags, Simplified](https://dev.hyphen.ai/toggle): Ship smarter and faster. Toggle lets you roll out, test, and personalize features instantly. Open Feature Compatible and Enterprise-ready with a 99.99% SLA and ability to run locally with Horizon. ## Resources - [Hyphen AI vs Low-Code Platforms | Built for Developers](https://dev.hyphen.ai/hyphen-vs-low-code): Discover why developers choose Hyphen AI over traditional low-code platforms. AI-powered infrastructure, code-first workflows, and multi-cloud deployment without the limitations of visual builders. - [Pricing | Hyphen AI](https://dev.hyphen.ai/pricing): Explore Hyphen AI pricing. Pay only for what you use with transparent, usage-based pricing for deployments, feature flags, secrets management, and more. - [Changelog](https://dev.hyphen.ai/docs/changelog) ## Documentation - [Welcome to Hyphen AI 👋](https://dev.hyphen.ai/docs/) - A step-by-step guide to setting up your Hyphen AI account, installing the Slack bot, and configuring essential integrations for your organization. - [Organizations](https://dev.hyphen.ai/docs/introduction/organizations/) - Understand how Hyphen Organizations serve as collaborative workspaces for teams, managing projects, billing, and user access with granular role-based permissions. - [Projects](https://dev.hyphen.ai/docs/introduction/project/) - A comprehensive guide to understanding and managing Projects in Hyphen, including environments, access control, and role-based permissions. - [Custom Domain](https://dev.hyphen.ai/docs/introduction/custom-domain/) - Guide to setting up a custom domain for branded short links with Hyphen, including DNS configuration, redirect options, and auto-migration. - [Hyphen CLI](https://dev.hyphen.ai/docs/introduction/cli/) - A comprehensive guide to installing, configuring, and using the Hyphen Command Line Interface (CLI), including detailed explanations of all available commands and their usage. - [Horizon](https://dev.hyphen.ai/docs/introduction/horizon/) - A comprehensive guide on how to self-host Horizon for fast, secure access to feature flags and secrets, including instructions for local Docker deployment and cloud deployments on Google Cloud and Azure. - [Hyphen Deploy Quickstart](https://dev.hyphen.ai/docs/deploy/deploy-quickstart/) - A quickstart guide to deploying containerized applications using Hyphen Deploy. Learn how to connect cloud providers, set up projects, use the CLI, and configure deployments for AWS, Azure, and Google Cloud. - [Builds](https://dev.hyphen.ai/docs/deploy/builds/) - Learn how Hyphen automatically builds, pushes, and deploys Docker images for your applications, covering the entire build process from Dockerfile detection to registry integration. - [Deployment Run Methods](https://dev.hyphen.ai/docs/deploy/deployment-run-methods/) - Learn about the various methods to initiate a deployment run on Hyphen, including GitHub integration, CLI commands, REST API calls, and the Hyphen Dashboard. - [GitHub Actions Deployment](https://dev.hyphen.ai/docs/deploy/github-action/) - Automate application deployments to development and production environments using GitHub Actions and the Hyphen CLI. This guide covers setting up secrets, workflow examples, and understanding the deployment process. - [Environment Variables](https://dev.hyphen.ai/docs/deploy/environment-variables/) - Learn how Hyphen Deploy provides system-injected environment variables and user-defined ENV Secrets to your applications, including management, access, and best practices. - [Deployment Previews](https://dev.hyphen.ai/docs/deploy/deployment-previews/) - Learn how to use Hyphen's Deployment Previews to create shareable, isolated environments for your applications, facilitating collaboration and testing. - [ENV Quick Start](https://dev.hyphen.ai/docs/env-secrets-management/env-secrets-management/) - A quick start guide to using Hyphen's ENV service for secure secrets management with end-to-end encryption. - [Pulling Secrets](https://dev.hyphen.ai/docs/env-secrets-management/pulling-secrets-for-an-existing-app/) - A guide on how to use the Hyphen CLI to securely pull and manage application secrets for local development. - [Version Control](https://dev.hyphen.ai/docs/env-secrets-management/version-control/) - Learn how Hyphen's version control system works for managing secrets, including viewing revision history and restoring previous versions via the app and CLI. - [Access Log](https://dev.hyphen.ai/docs/env-secrets-management/access-log/) - Understand and audit secret management actions with the ENV Access Log in Hyphen App, detailing user, IP, secrets version, and affected app/environment. - [Using ENV with Docker](https://dev.hyphen.ai/docs/env-secrets-management/using-env-with-docker/) - Learn how to manage environment variables and secrets when deploying applications with Docker using Hyphen. - [Deploying with ENV](https://dev.hyphen.ai/docs/env-secrets-management/deploying-with-env/) - A comprehensive guide on deploying applications using ENV secrets with GitHub Actions, covering GitHub secret configuration, workflow writing, and automatic secret injection into cloud deployments. - [Rotating an Encryption Key](https://dev.hyphen.ai/docs/env-secrets-management/rotating-an-encryption-key/) - Learn how to securely rotate your encryption keys using the Hyphen CLI to mitigate threats, meet compliance requirements, and enhance your overall security posture. - [End-to-End Encryption](https://dev.hyphen.ai/docs/env-secrets-management/end-to-end-encryption/) - Learn how Hyphen ensures the security of your secret keys and .env files through end-to-end encryption and robust access controls. - [ENV with GitHub Actions](https://dev.hyphen.ai/docs/env-secrets-management/env-secrets/) - Action to retrieve, decrypt, and manage environment secrets for GitHub Actions workflows. - [Toggle Quickstart](https://dev.hyphen.ai/docs/feature-flags/toggle-quickstart/) - A quickstart guide to implementing Toggle, Hyphen's feature release management system based on OpenFeature. - [Toggle Concepts](https://dev.hyphen.ai/docs/feature-flags/toggle-concepts/) - Learn about the core concepts behind feature flags, including context, targeting, segments, and telemetry, to effectively manage your application's toggles. - [Segments](https://dev.hyphen.ai/docs/feature-flags/segments/) - Learn how to use segments to define reusable targeting rules for your feature flags, ensuring consistency and efficiency in your feature rollouts. - [Project Public Key](https://dev.hyphen.ai/docs/feature-flags/project-public-key/) - Learn how to find and use your Project Public Key for client-side authentication with Hyphen's API. - [SDKs](https://dev.hyphen.ai/docs/feature-flags/toggle-sdks/) - Explore Hyphen's native SDKs for Node.js, JavaScript, and React, as well as its Open Feature providers for Go, Python, and Swift to integrate feature flagging into your applications. - [GO](https://dev.hyphen.ai/docs/feature-flags/provider-go/) - Integrate Hyphen's feature flagging system into your Go applications using the OpenFeature SDK with the Hyphen Toggle Provider. - [JavaScript (Node)](https://dev.hyphen.ai/docs/feature-flags/provider-javascript-node/) - Integrate Hyphen's feature flag capabilities into your Node.js server-side applications with the native SDK or the OpenFeature provider. - [React](https://dev.hyphen.ai/docs/feature-flags/provider-react/) - Comprehensive guide to integrating Hyphen's native React SDK and OpenFeature Web Provider into your React applications for dynamic feature flag management. - [Javascript (Web)](https://dev.hyphen.ai/docs/feature-flags/provider-javascript-web/) - Documentation for the @hyphen/browser-sdk for native client-side JavaScript feature flag evaluation and the @hyphen/openfeature-web-provider for integrating Hyphen with OpenFeature in web environments. - [Python](https://dev.hyphen.ai/docs/feature-flags/provider-python/) - A guide to installing, setting up, and using the OpenFeature Python SDK with the Hyphen Provider for feature flag management. - [.NET ](https://dev.hyphen.ai/docs/feature-flags/provider-dotnet/) - Integrate Hyphen's feature flagging system with .NET applications using the OpenFeature SDK with the Hyphen Toggle OpenFeature Provider. - [Swift](https://dev.hyphen.ai/docs/feature-flags/provider-swift/) - Implement Hyphen's feature flagging system in Swift applications using the OpenFeature SDK for robust feature management. - [Create a Short Link](https://dev.hyphen.ai/docs/url-shortening/create-short-link/) - Learn how to create custom short URLs using Hyphen's URL-shortening service, generate QR codes, and track user engagement. This guide covers both the Hyphen app and API. - [Creating a Custom QR Code](https://dev.hyphen.ai/docs/url-shortening/create-a-qr-code/) - Learn how to create and customize QR codes with your own logo and brand colors for enhanced marketing and easy link sharing. - [Metrics](https://dev.hyphen.ai/docs/url-shortening/link-metrics/) - A comprehensive guide to understanding the key metrics available in your short URL analytics dashboard, including total clicks, unique clicks, referral URLs, user locations, browser, and device usage. - [net.info - Quick Start](https://dev.hyphen.ai/docs/net-info/netinfo-quickstart/) - A quick start guide to using the net.info geolocation API for IP address to location lookups and bulk lookups. - [AWS](https://dev.hyphen.ai/docs/integrations/aws-integration/) - A comprehensive guide to integrating Hyphen with AWS, covering prerequisites, setup steps using CloudFormation, resource provisioning, and configuration details for connections like Permission Groups, Folders, Cloud Workspaces, and Users. - [Azure](https://dev.hyphen.ai/docs/integrations/azure-integration-setup-guide/) - A comprehensive guide to integrating with Azure, covering setup, required permissions, configuration options, and connection management. - [Docker Hub](https://dev.hyphen.ai/docs/integrations/docker-hub/) - A guide on how to set up and configure Docker Hub integration with Hyphen, including creating necessary access tokens and admin user tokens. - [Google Cloud](https://dev.hyphen.ai/docs/integrations/google-cloud-integration/) - A comprehensive guide on how to set up and connect your Google Cloud organization with Hyphen, detailing the necessary steps, required permissions, and OAuth scopes. - [Google Workspace](https://dev.hyphen.ai/docs/integrations/google-workspace-integration/) - A comprehensive guide on how to set up and configure Google Workspace for integration with Hyphen, including steps for authorizing service accounts and managing domain-wide delegation. - [GitHub](https://dev.hyphen.ai/docs/integrations/github-integration/) - A comprehensive guide to setting up and configuring the Hyphen app integration with GitHub, covering organization setup, user, team, repository, and project board connections. - [incident.io](https://dev.hyphen.ai/docs/integrations/incidentio/) - A comprehensive guide to setting up and configuring the incident.io integration, including API key generation and connection management. - [JIRA](https://dev.hyphen.ai/docs/integrations/jira/) - A comprehensive guide to setting up and configuring Jira integration, including generating API tokens, obtaining necessary IDs, and understanding various connection types like Users, Permission Groups, and Project Boards. - [Microsoft Office 365](https://dev.hyphen.ai/docs/integrations/microsoft-office-365/) - Guide to setting up and configuring integration with Microsoft Office 365, including required permissions and connection details. - [Microsoft Teams](https://dev.hyphen.ai/docs/integrations/microsoft-teams/) - A comprehensive guide on setting up and configuring Microsoft Teams integration with Hyphen, including required permissions and connection details. - [New Relic](https://dev.hyphen.ai/docs/integrations/new-relic/) - A comprehensive guide to setting up and configuring the New Relic integration, including API key generation, permission requirements, and connection details for groups and users. - [NPM](https://dev.hyphen.ai/docs/integrations/npm/) - A comprehensive guide on setting up and configuring NPM integration, including account creation, access token generation, and managing connections for teams, users, and code registries. - [Slack](https://dev.hyphen.ai/docs/integrations/slack-integration/) - Guide to setting up and configuring the Hyphen Slack integration, including details on workspace and channel connections. - [hx Command Line](https://dev.hyphen.ai/docs/github-actions/setup-command-line/) - A GitHub Action to download, install, and authenticate the Hyphen command line tool (hx). - [Security & Technology](https://dev.hyphen.ai/docs/policies/security-and-technology/) - A comprehensive overview of Hyphen AI's security policies, practices, and technologies, covering risk management, access control, business continuity, data encryption, incident response, and more. ## API Reference - [Hyphen API](https://dev.hyphen.ai/docs/api) - [Net.Info API](https://dev.hyphen.ai/docs/api) ## Changelog - [Changelog](https://dev.hyphen.ai/docs/changelog) - [Project UX Updated Around Environments](https://dev.hyphen.ai/docs/changelog/project-ux-update) (March 31, 2026) - [Project Environment Types and One-to-One Deployment Policies](https://dev.hyphen.ai/docs/changelog/project-environment-types-and-one-to-one-deployment-policies) (March 23, 2026) - [Prompt Hyphen Agent](https://dev.hyphen.ai/docs/changelog/prompt-the-hyphen-agent) (March 16, 2026) - [Deployment Previews](https://dev.hyphen.ai/docs/changelog/deployment-previews) (March 10, 2026) - [Deployment Policy Filters](https://dev.hyphen.ai/docs/changelog/deployment-policy-filters) (March 9, 2026) - [Enhanced JSON Editing for Feature Flag Return Values](https://dev.hyphen.ai/docs/changelog/enhanced-json-editing-for-feature-flag-return-values) (March 2, 2026) - [Automated Deployment Resource Cleanup](https://dev.hyphen.ai/docs/changelog/automated-deployment-resource-cleanup) (February 23, 2026) - [Stale feature flag removal via Agent](https://dev.hyphen.ai/docs/changelog/stale-feature-flag-removal-via-agent) (February 13, 2026) - [Deployment Container Registry Validation](https://dev.hyphen.ai/docs/changelog/2026-02-09-deployment-container-registry-validation) (February 9, 2026) - [Improved payment notifications](https://dev.hyphen.ai/docs/changelog/2026-02-02-improved-payment-notifications) (February 4, 2026) - [2026-01-26 Python SDK 0.5.0](https://dev.hyphen.ai/docs/changelog/2026-01-26-python-sdk-050) (January 27, 2026) - [Resiliency Updates with Deploy](https://dev.hyphen.ai/docs/changelog/2026-01-26-resillency-updates-with-deploy) (January 27, 2026) - [2026-01-20 - Better walkthrough experience for users on mobile devices.](https://dev.hyphen.ai/docs/changelog/2026-01-20-better-walkthrough-experience) (January 21, 2026) - [2026-01-20 - React SDK better for Next.js](https://dev.hyphen.ai/docs/changelog/2026-01-20-react-sdk-improvements) (January 21, 2026) - [2025-12-15 - Hyphen CLI v0.21.0](https://dev.hyphen.ai/docs/changelog/2025-12-15-hyphen-cli-v0210) (December 15, 2025) - [2025-12-06 - Platform Improvements 🎅](https://dev.hyphen.ai/docs/changelog/2025-12-06-platform-improvements) (December 11, 2025) - [2025-11-23 - React SDK v1.0.0](https://dev.hyphen.ai/docs/changelog/2025-11-23-react-sdk-v100) (November 27, 2025) - [2025-11-24 - Deploy with Better Messaging](https://dev.hyphen.ai/docs/changelog/2025-11-24-deploy-with-better-messaging) (November 27, 2025) - [2025-11-24 - Perpetual Feature Flag](https://dev.hyphen.ai/docs/changelog/2025-11-24-perpetual-feature-flag) (November 27, 2025) - [2025-11-25 - Organization Project Collaborator](https://dev.hyphen.ai/docs/changelog/2025-11-25-organization-project-collaborator) (November 27, 2025) ## Company - Headquarters: 1201 3rd Avenue, STE 2200, Seattle, WA 98101 - Website: https://dev.hyphen.ai - [Terms of Service](https://dev.hyphen.ai/terms-of-service) - [Privacy Policy](https://dev.hyphen.ai/privacy-policy) ## Social - GitHub: https://github.com/hyphen - Twitter/X: https://x.com/hyphen - LinkedIn: https://www.linkedin.com/company/hyphen-ai