# July 14, 2026: GoDaddy Developer Portal is now live with PATs, a CLI, and an agent skill (https://developer.godaddy.com/en/docs/api-users/changelog/developer-portal-launch)

***

## title: "July 14, 2026: GoDaddy Developer Portal is now live with PATs, a CLI, and an agent skill"

July 14, 2026
Dev Platform

New

The GoDaddy Developer Portal is live at developer.godaddy.com — one place to
explore GoDaddy's APIs, authenticate, and make your first call, whether you
integrate by hand, from the terminal, or through an AI agent.

## What changed

* API reference documentation covers each published API, with request and
  response samples for every endpoint.
* Authentication uses Personal Access Tokens (PATs), created in the portal
  with granular, per-scope permissions.
* The `gddy` command-line interface calls the APIs from your terminal, so you
  don't have to hand-build HTTP requests.
* An agent skill builds on `gddy`, so AI agents acting on your behalf can
  discover and call the APIs.

## Who is affected

All GoDaddy customers and resellers with products covered by the APIs,
starting with Domains and Certificates. The portal is additive: existing
integrations and API keys continue to work unchanged, and no action is
needed.

## Links

* [Developer Portal](https://developer.godaddy.com/) — portal home
* [Authentication](https://developer.godaddy.com/docs/api-users/auth) — create a PAT and make an authenticated call
* [CLI setup](https://developer.godaddy.com/docs/api-users/cli-setup) — install and configure `gddy`
* [Agent skill for `gddy`](https://developer.godaddy.com/docs/api-users/agent-skill) — enable agent-driven API calls
* [API reference](https://developer.godaddy.com/docs/references/rest) — endpoint documentation with samples
