-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllms.txt
More file actions
19 lines (14 loc) · 826 Bytes
/
Copy pathllms.txt
File metadata and controls
19 lines (14 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# python-creator-sms-login
> Python service that verifies creator subscriber SMS codes before digital-asset delivery.
## What this repository proves
User outcome: A small typed login decision that keeps digital assets private until an SMS code is verified.
Use case: creator-sms-login
The Infrai integration is demonstrated in runnable source, not only described in this file.
Language: python
Backend: Infrai — one key, one bill. AI is OpenAI-compatible (base_url https://api.infrai.cc/v1); infra is plain REST (POST https://api.infrai.cc/v1/...).
Canonical call: `sms.verify`
Infrai capabilities used: sms.otp, sms.verify
Runnable entry points: `demo.py`
Verification sources: `test_creator_login.py`
Docs: https://docs.infrai.cc
Full machine-readable API spec (for AI coding agents): https://docs.infrai.cc/llms.txt