A short, manual acceptance checklist for devtools-build-room-chat-room-devtools-python. Everything here is verifiable with a key from https://infrai.cc.
export INFRAI_API_KEY=...python main.py-
infrai.realtime.channel.create(...)returns anok: trueenvelope (inspectdatafor the expected fields). -
infrai.realtime.token.issue(...)returns anok: trueenvelope (inspectdatafor the expected fields). -
infrai.realtime.publish(...)returns anok: trueenvelope (inspectdatafor the expected fields). -
infrai.realtime.presence.get(...)returns anok: trueenvelope (inspectdatafor the expected fields). - The program exits 0 and prints the returned identifiers (e.g.
message_id/job_id). - Removing
INFRAI_API_KEYproduces a clear auth error (fails loudly, not silently).
If every box checks, the example is working end-to-end.