# Skip2 Networks Public API > Programmatic access to Skip2 CDN sites, origins, DNS zones, security rules, storage buckets, and cache management. All endpoints are versioned under /v1 and authenticated with a Bearer API key. Full platform documentation: https://docs.skip2.net ## Getting Started - [Authentication](https://api.skip2.net/api-docs/v1/authentication.html): Every authenticated endpoint requires a valid API key. Keys are tied to a single user account and act on that account’s … - [API Key Management](https://api.skip2.net/api-docs/v1/api-keys.html): API keys are created and managed from the dashboard under Account → API. - [Responses & Errors](https://api.skip2.net/api-docs/v1/errors.html): Successful responses return success: true and a data payload. List endpoints return an array; item endpoints return an o… ## API Reference - [Sites](https://api.skip2.net/api-docs/v1/sites.html): Sites represent the domains served through the Skip2 CDN. A site bundles caching, compression, image optimization, TLS, … - [Origins & Load Balancers](https://api.skip2.net/api-docs/v1/origins.html): Origins define the upstream servers that serve a site. An origin may be a single server or may use a load balancer that … - [DNS Records](https://api.skip2.net/api-docs/v1/dns.html): DNS records are managed per site for sites that have managed DNS enabled (set dns: true on the site first — see sites). … - [Security Rules](https://api.skip2.net/api-docs/v1/security.html): Each site has three categories of security rule: geographic blocks, bot blocks, and Web Application Firewall (WAF) rules… - [Convenience Rules](https://api.skip2.net/api-docs/v1/convenience-rules.html): Convenience rules (referred to as AddIns in the API’s URL paths, for backwards compatibility) are per-site rules such as… - [Storage Buckets](https://api.skip2.net/api-docs/v1/storage.html): Full S3-Compatible API Access — Coming Soon. Direct S3-compatible API access (AWS SDK, s3cmd, rclone, etc.) for Skip2 st… - [Cache Purge](https://api.skip2.net/api-docs/v1/purge.html): The purge endpoints clear cached content from the Skip2 edge. They accept the HTTP PURGE method (and POST as a convenien…