Make your first AgentApps request

Publish through the Sandbox provider using the same API, queue, and worker path you’ll use in production.

  1. 1 · API key
  2. 22 · Send request
  3. 33 · Inspect execution
1curl -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 IDreq_01K8W2M7
StatusPublished
Duration1.8s
Request accepted
Action authorizedact_01K8W2M7
Delivery queued
Sandbox publishedpost_01K8W2M7
Webhook emitted

Ready for a real provider?

Connect a real provider when you’re ready to go beyond the sandbox.

View connection guide