Create Intent
Intents
Create Intent
Submits a quoted intent for execution. Takes the intentId from POST /quotes (routes[].intentId) plus signatures (origin, destination, optionally target-execution) and optional EIP-7702 authorizations.
POST
Create Intent
Documentation Index
Fetch the complete documentation index at: https://docs.rhinestone.dev/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Rhinestone API key
API version (YYYY-MM.name). Will become required in a future release.
Pattern:
^\d{4}-\d{2}\.[a-z0-9]+$Example:
"2026-01.alps"
Body
application/json
Body
Response
201
Intent operations submitted successfully
Pattern:
^\d+$