Definitions related to server behaviors in ATP.
{
"lexicon": 1,
"id": "com.atproto.server.getAccountsConfig",
"defs": {
"main": {
"type": "query",
"description": "Get a document describing the service's accounts configuration.",
"output": {
"encoding": "application/json",
"schema": {
"type": "object",
"required": [
"availableUserDomains"
],
"properties": {
"inviteCodeRequired": {
"type": "boolean"
},
"availableUserDomains": {
"type": "array",
"items": {
"type": "string"
}
},
"links": {
"type": "ref",
"ref": "#links"
}
}
}
}
},
"links": {
"type": "object",
"properties": {
"privacyPolicy": {
"type": "string"
},
"termsOfService": {
"type": "string"
}
}
}
}
}
The AT Protocol will launch soon.
Join the waitlist to try the beta before it's publicly available.