instacart Agentic Access
instacart exposes 23 API operations that an AI agent could call, of which 19 are state-changing ‘acting’ operations. This is a recommended x-agentic-access execution contract — the scope, audience, consequence tier, short-lived token constraints, and escalation each action should carry before it is handed to an autonomous agent.
By consequence: 4 read, 5 write, and 14 physical.
Contracts are classified heuristically from the provider’s OpenAPI and refresh on every APIs.io network build; audience is bound per deployment. The model follows Curity’s Access Intelligence (apidays Munich 2026). Browse every provider’s agent contracts at agentic-access.apis.io.
By consequence
Highest-consequence actions
The physical and safety-critical operations an agent could invoke — the ones that most warrant scoped tokens, tight TTLs, and escalation. Full per-operation contracts are in the source below.
| Method | Path | Consequence | Human-in-loop |
|---|---|---|---|
| POST | /v2/fulfillment/lastmile/orders/{order_id}/staged | physical | conditional |
| POST | /v2/fulfillment/lastmile/users/{user_id}/orders | physical | conditional |
| POST | /v2/fulfillment/lastmile/users/{user_id}/service_options | physical | conditional |
| POST | /v2/fulfillment/stores/delivery | physical | conditional |
| POST | /v2/fulfillment/stores/last_mile | physical | conditional |
| POST | /v2/fulfillment/stores/pickup | physical | conditional |
| POST | /v2/fulfillment/users/{user_id}/orders/delivery | physical | conditional |
| POST | /v2/fulfillment/users/{user_id}/orders/pickup | physical | conditional |
| POST | /v2/fulfillment/users/{user_id}/orders/{order_id}/cancel | physical | conditional |
| POST | /v2/fulfillment/users/{user_id}/service_options/delivery | physical | conditional |
| POST | /v2/fulfillment/users/{user_id}/service_options/delivery/hold | physical | conditional |
| POST | /v2/fulfillment/users/{user_id}/service_options/pickup | physical | conditional |
| POST | /v2/post_checkout/chat/{order_id}/messages | physical | conditional |
| PUT | /v2/post_checkout/orders/{order_id}/items/{order_item_id}/replacement | physical | conditional |