-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaccounts.json
More file actions
49 lines (49 loc) · 1.37 KB
/
accounts.json
File metadata and controls
49 lines (49 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"identity_anchor": {
"provider": "google_workspace",
"email": "jared@tribecode.ai",
"domain": "tribecode.ai",
"controlled_by": "owner"
},
"accounts": [
{
"service": "github",
"service_url": "https://github.com",
"username": "jaredtribe",
"email": "jared@tribecode.ai",
"profile_url": "https://github.com/jaredtribe",
"created": "2026-02-16T02:44:00Z",
"auth_method": "google_oauth",
"has_2fa": true,
"totp_secret_path": "~/.clawdbot/secrets/github-totp.json",
"recovery_codes_path": "~/.clawdbot/secrets/github-recovery-codes.txt",
"cli_authenticated": true,
"cli_tool": "gh",
"token_scopes": ["repo", "workflow", "read:org", "user"],
"status": "active",
"notes": "Primary code hosting. Created during bootstrap."
}
],
"blocked_services": [
{
"service": "linkedin",
"attempted": "2026-02-16",
"reason": "CAPTCHA required during Google SSO signup"
},
{
"service": "twitter",
"attempted": "2026-02-16",
"reason": "Headless browser detection - 'Something went wrong' errors"
},
{
"service": "hubspot",
"attempted": "2026-02-16",
"reason": "JS-heavy signup page fails in automation"
}
],
"metadata": {
"last_updated": "2026-02-20T19:37:00Z",
"agent": "jared",
"version": "1.0.0"
}
}