Close
Toolcog home
toolcog
standard
Search
⌘
+
K
Command Palette
Search for a command to run...
Search Toolcog
Sign In
Catalog
Sources
Services
Operations
Auth Schemes
Overrides
Variables
Intents
Targets
Catalog
Sources
Services
Operations
Auth Schemes
Overrides
Variables
Intents
Targets
Operations
API endpoints available to AI agents
All methods
All methods
GET
POST
DELETE
PUT
PATCH
All statuses
All statuses
Active
Deprecated
Add an email address for the authenticated user
users/add-email-for-authenticated-user
POST/user/emails
users
Add social accounts for the authenticated user
users/add-social-account-for-authenticated-user
POST/user/social_accounts
users
Block a user
users/block
PUT/user/blocks/{username}
users
Check if a user is blocked by the authenticated user
users/check-blocked
GET/user/blocks/{username}
users
Check if a user follows another user
users/check-following-for-user
GET/users/{username}/following/{target_user}
users
Check if a person is followed by the authenticated user
users/check-person-is-followed-by-authenticated
GET/user/following/{username}
users
Create a GPG key for the authenticated user
users/create-gpg-key-for-authenticated-user
POST/user/gpg_keys
users
Create a public SSH key for the authenticated user
users/create-public-ssh-key-for-authenticated-user
POST/user/keys
users
Create a SSH signing key for the authenticated user
users/create-ssh-signing-key-for-authenticated-user
POST/user/ssh_signing_keys
users
Delete attestations in bulk
users/delete-attestations-bulk
POST/users/{username}/attestations/delete-request
users
Delete attestations by ID
users/delete-attestations-by-id
DELETE/users/{username}/attestations/{attestation_id}
users
Delete attestations by subject digest
users/delete-attestations-by-subject-digest
DELETE/users/{username}/attestations/digest/{subject_digest}
users
Delete an email address for the authenticated user
users/delete-email-for-authenticated-user
DELETE/user/emails
users
Delete a GPG key for the authenticated user
users/delete-gpg-key-for-authenticated-user
DELETE/user/gpg_keys/{gpg_key_id}
users
Delete a public SSH key for the authenticated user
users/delete-public-ssh-key-for-authenticated-user
DELETE/user/keys/{key_id}
users
Delete social accounts for the authenticated user
users/delete-social-account-for-authenticated-user
DELETE/user/social_accounts
users
Delete an SSH signing key for the authenticated user
users/delete-ssh-signing-key-for-authenticated-user
DELETE/user/ssh_signing_keys/{ssh_signing_key_id}
users
Follow a user
users/follow
PUT/user/following/{username}
users
Get the authenticated user
users/get-authenticated
GET/user
users
Get a user using their ID
users/get-by-id
GET/user/{account_id}
users
1
2
More pages
7
Next