CARBON ROOMSYSTEM ONLINE
Creator IP Registry
Immutable proof of ownership via SHA-256 hashing. Register assets, track invocations, generate certificates.
0
Protocols
0
Invocations
99.9%
Uptime
Loading protocols...
CLI Integration
curl
curl -X POST https://thecarbon6.agency/api/ip-registry \
-H "Content-Type: application/json" \
-d '{"name":"MyAsset","creatorName":"You"}'python
import requests
r = requests.post(
"https://thecarbon6.agency/api/ip-registry",
json={"name": "MyAsset", "creatorName": "You"}
)
print(r.json()["hash"])