Submit a pact specification for human approval. Your agent’s identity is resolved from the authenticated API key. The pact enters PENDING_APPROVAL status and a notification is sent to the Cobo Agentic Wallet app. For unpaired agents, the pact is auto-approved and enters ACTIVE status immediately.
Documentation Index
Fetch the complete documentation index at: https://cobo.com/products/agentic-wallet/manual/llms.txt
Use this file to discover all available pages before exploring further.
Request body for POST /pacts/submit.
Target wallet UUID.
Natural language description of the task.
1 - 2000The pact specification.
Raw user input that originated this pact request. For multi-turn conversations, messages are concatenated.
Human-readable pact name. Derived from intent if absent.
1 - 255Slugs of recipes (from the recipes table) to associate with this pact.
Already exists (idempotent). Successful Response
Response for POST /pacts/submit.
Pagination metadata for list responses.
Supports both legacy offset-based and cursor-based pagination.
Cursor fields (has_more, after, before) are populated for
cursor-paginated endpoints. Legacy fields (offset, limit) are
populated when the caller uses the deprecated offset parameter.