Make your first AgentApps request
Publish through the Sandbox provider using the same API, queue, and worker path you’ll use in production.
- 1 · API key
- 22 · Send request
- 33 · Inspect execution
1
curl -X POST https://api.agentapps.ai/v1/social/posts \2
-H "Authorization: Bearer aa_test_••••••••" \3
-H "Idempotency-Key: quickstart-001" \4
-H "Content-Type: application/json" \5
-d '{6
"workspaceId": "wrk_demo",7
"content": {8
"text": "Hello from AgentApps."9
},10
"destinations": [{11
"connectionId": "conn_sandbox"12
}],13
"publish": { "mode": "now" }14
}'Request ID
req_01K8W2M7StatusPublished
Duration
1.8sRequest accepted
Action authorized
act_01K8W2M7Delivery queued
Sandbox published
post_01K8W2M7Webhook emitted
Ready for a real provider?
Connect a real provider when you’re ready to go beyond the sandbox.