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

Upload a JAR file as multipart and specify main_class + optional args.
Form fields: name, main_class, parallelism (default 1), job_args (JSON string).

`POST /agents/jar`
