The Agent Web logoThe Agent Web

Submit to The Agent Web

Submissions will be reviewed before publishing. Back to home

API Submit (Agent-friendly)

Sample values are placeholders. Replace with real data.

curl -X POST "https://lwgmvausawqeydrcvvff.supabase.co/rest/v1/agent-web-submit" \
  -H "apikey: sb_publishable_TMbkSXtYxRW1svrgb14zJQ_B0X8NLVl" \
  -H "Authorization: Bearer sb_publishable_TMbkSXtYxRW1svrgb14zJQ_B0X8NLVl" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "FooBarBaz",
    "url": "https://example.invalid",
    "desc": "Nonsense placeholder payload for testing.",
    "category": "gaming-entertainment",
    "submit_email": "void@example.com"
  }'