# Kaoticon Create Goal

> Kaoticon Create Goal is a paid API for AI agents from api.kaoticon.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Creates a new goal in the Kaoticon platform via the MCP-compatible API

## Facts

- Endpoint: POST https://api.kaoticon.com/v1/goals
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kaoticon-create-goal-296e8317
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6OJdvA88WpQI0IqKNfoa8

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability kaoticon-create-goal-296e8317 -d '<json body>'
```

Example prompt: Create a new goal in Kaoticon called 'Launch MVP by Q3' with a description of 'Complete and ship the minimum viable product before the end of Q3 this year'.

## When to prefer this

Use this endpoint when you need to programmatically create and persist a new goal or objective within the Kaoticon ecosystem, particularly when integrating goal-setting into an AI agent workflow or automating the creation of structured milestones tied to ideas or projects tracked in Kaoticon.

## Known failure modes

- Missing required goal fields (title or description) returns a 400 Bad Request
- Invalid authentication or missing payment header returns 401/402
- Duplicate goal creation may result in a new record (not idempotent)
- Service unavailability returns 500 or timeout
- Malformed request body returns validation error

## How this service works

Kaoticon MCP kaoticon_create_goal via https://mcp.kaoticon.com/mcp (kaoticon-mcp, streamable-http)

## Output

Returns a created goal object including a unique goal ID, title, description, creation timestamp, and current status, confirming the goal has been successfully registered in the Kaoticon platform.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kaoticon-create-goal-296e8317/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.kaoticon.com](https://www.zero.xyz/host/api.kaoticon.com/llms.txt)
