Agent remoting issues on raspberry pi 3

Here are the details

pi@homebridge:~/.zrok $ zrok admin create identity agentremoting
panic: please set ZROK_ADMIN_TOKEN to a valid admin token for your zrok instance

goroutine 1 [running]:
main.mustGetAdminAuth()
        /__w/zrok/zrok/cmd/zrok/util.go:20 +0xb8
main.(*adminCreateIdentity).run(0x68c6f00, 0x6949088, {0x68c7b38, 0x1, 0x1})
        /__w/zrok/zrok/cmd/zrok/adminCreateIdentity.go:56 +0x1c8
github.com/spf13/cobra.(*Command).execute(0x6949088, {0x68c7b20, 0x1, 0x1})
        /github/home/go/pkg/mod/github.com/spf13/cobra@v1.9.1/command.go:1019 +0x9a8
github.com/spf13/cobra.(*Command).ExecuteC(0x4eb1518)
        /github/home/go/pkg/mod/github.com/spf13/cobra@v1.9.1/command.go:1148 +0x464
github.com/spf13/cobra.(*Command).Execute(...)
        /github/home/go/pkg/mod/github.com/spf13/cobra@v1.9.1/command.go:1071
main.main()
        /__w/zrok/zrok/cmd/zrok/main.go:139 +0x20
pi@homebridge:~/.zrok $ zrok agent enroll

warning! proceeding will allow remote control of your zrok agent!

your agent will accept remote commands from:

https://api-v1.zrok.io

you should only proceed if you understand the implications of this action!

to proceed, type 'yes': yes

[ERROR]: error enrolling agent ([POST /agent/enroll] enroll (status 404): {})

You can use the admin commands on your self hosted instance if you set the necessary env vars for the API endpoint and admin token. Are you following one of the self-hosting guides from docs.zrok.io?

Not self hosting. I'm just trying to follow Agent Remoting | zrok

Agent remoting is not enabled in the zrok.io enviornment. It's currently only available in the open source codebase.

Agent remoting probably won't get enabled until there is UI for it available in the API console.

Following up @michaelquigley's comment, what is your use case for Agent Remoting?