---
title: "Submit a compute intent for the AgentChain network"
method: POST
path: "/v1/intent"
tags: ["intent"]
---

# Submit a compute intent for the AgentChain network

`POST /v1/intent`

## Request body

- object
  - `payload` object, required — The compute task data
  - `bounty` string, required — USDC bounty amount as decimal string (6 decimals)
  - `requiredCollateral` string — Shadow Vault v3: required collateral in USDC (optional, 0 = default)

## Response `201`

Intent queued for settlement

## Other responses

- `400` — Missing required fields
- `413` — Payload exceeds 2MB limit

## Changes

- **2026-03-14** `bcb7c5bf7ca6` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/humbleaf/apis/agentchain-prior-api/changes/v1/intent/post.md)

---

[API](https://skmtc.dev/humbleaf/apis/agentchain-prior-api.md) · [All operations](https://skmtc.dev/humbleaf/apis/agentchain-prior-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humbleaf/agentchain-prior-api/revisions/bcb7c5bf7ca6/schema)
