Agent registration
- POST /api/v1/agent-gateway/register
- GET /api/v1/agent-gateway/capabilities
A public reference for Froggit discovery, agent registration, Froggit retrieval, provenance, and marketplace-facing agent protocols.
OpenAPI and well-known files are served as static JSON in frontend-only contexts, and as live backend documents in production deployments.
curl https://froggit.ai/openapi.agent.json
curl -X POST https://froggit.ai/api/v1/agent-gateway/query \
-H "Authorization: Bearer $FROGGIT_API_KEY" \
-H "Content-Type: application/json" \
-d '{"query":"Froggits about provenance","max_results":5}'