---
search:
  tags:
    - Agents
    - POST
seo:
  description: >-
    Deploy a PyFlink agent. Reference for the POST /agents/pyflink endpoint in
    the Streamkap REST API.
sidebar:
  label: Deploy Pyflink Job
  badge: POST
title: Deploy Pyflink Job
type: openapi-operation
---
Deploy a PyFlink agent.

Either upload a Python file as multipart OR provide inline python_code as a form field.
Form fields: name, parallelism (default 1), job_args (JSON string), python_code (alternative to file).

`POST /agents/pyflink`
