Share YAML code with CodeThis

YAML for Kubernetes, GitHub Actions, and config files. Share with structure preserved.

Paste YAML now

What you get

  • YAML-aware syntax highlighting via CodeMirror
  • Instant shareable link — no signup required
  • Optional expiration (7 days, 30 days, permanent)
  • Password protection for private pastes
  • Works with the REST API and MCP server
  • Rich markdown and MDC components alongside code

Common use cases for YAML pastes

  • GitHub Actions workflows
  • Kubernetes manifests
  • Docker Compose files
  • OpenAPI specs

Example

name: CI
on:
  push:
    branches: [main]

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - run: pnpm install
      - run: pnpm test

Related languages

Ready to share some YAML?