Loading...

CDN.com.tr Help

Developers, API, cdnctl, and tools

Use this section when a workflow should be automated through customer-visible API and CLI surfaces.

Developers, API, cdnctl, and tools

This section covers the customer-facing ways to automate CDN.com.tr — the public API, the cdnctl command-line tool, and S3-compatible access to Object Storage — so you can script what you would otherwise do by hand in the panel.

The public API lets you authenticate and perform panel actions programmatically without exposing internal IDs or credentials, and cdnctl wraps the same operations — accounts, container apps, imports, logs, scheduled jobs and object storage — in one CLI. For object storage specifically, you can use the standard AWS CLI to check buckets and objects.

These surfaces are built to be safe for automation and for AI agents to operate, and they mirror what the panel does — so a workflow you build once keeps working as your setup grows. The developer help and API references show the exact endpoints and cdnctl commands for each task.

Use cases

  • An AI agent needs to operate CDN.com.tr safely.
  • A developer needs equivalent API calls for panel actions.
  • A script needs to verify S3 Object Storage.

Workflow

  1. Confirm the required package was purchased and assigned in the panel.
  2. Authenticate through public API or cdnctl.
  3. Select account.
  4. Run workflow-specific commands.
  5. Read JSON status and operation output.

Checks

  • Login response does not return user/account IDs.
  • Secrets are masked in output and logs.
  • Internal API keys are never needed.
  • Payment and card operations are not delegated to scripts or AI agents.

Topics

Use cdnctl

Operate accounts, container apps, imports, logs, jobs, and object storage from terminal or AI agents.

Use Push CDN and AI API pages

Find static asset API and AI API references from the developer help structure instead of leaving them as isolated pages.