Send raw JSON to a platform endpoint
Authorizations
Client credentials, the production model: server-to-server, short-lived tokens, least-privilege scopes, rotation by issuing a new client secret.
Body
Raw platform API call anchored to an intent_id. Escape hatch for fields or endpoints not covered by MappingProfiles — the call is logged on the intent timeline for auditability.
The intent this passthrough is anchored to.
^[A-Za-z0-9_-]{10,64}$Target provider key.
HTTP method for the destination call.
GET, POST, PUT, PATCH, DELETE Relative path on the destination API (e.g. '/api/1/job_postings/FG-JP-41521').
Additional headers. Auth headers are injected by the adapter — do not include credentials.
Request body (for POST/PUT/PATCH).
Optional idempotency key. If omitted, the call is not idempotent.
Response
OK
Minted at the decision and carried unchanged into every destination record. Fits a 64-character client-supplied id field, which is how the same id finds the record in either direction.
^[A-Za-z0-9_-]{10,64}$"itn_7f3aK2mQ9xLp"