Public endpoint · Anthropic-compatible shape
Expose a no-key messages endpoint for your internal AI model.
This project adds a public HTTP function that accepts the familiar Anthropic /v1/messages payload and returns the same response structure. Client apps never collect or send API keys.
POST
Single JSON endpoint
0 keys
No client secret input
Claude-like
Compatible response envelope
Live request tester
Calls the deployed function through the Functions SDK. If the SDK cannot resolve an appId outside the preview iframe, it automatically falls back to /functions/messages and forwards any available __appId.
Use a normal Anthropic message content string.
Endpoint response
The response keeps Anthropic fields such as id, role, content, stop_reason, and usage.
No response yet
Send the starter request to see the Anthropic-compatible JSON returned by the public HTTP function.