RunDocumentation Index
Fetch the complete documentation index at: https://second.tech/docs/llms.txt
Use this file to discover all available pages before exploring further.
barkd and point it at a datadir. On first start, it initializes the datadir and generates an auth token.
http://localhost:3535/api/v1 by default. A Swagger UI is served at /swagger-ui and the OpenAPI spec at /api-docs/openapi.json.
Common flags
--datadir <path>— wherebarkdstores wallet data and its auth secret. Defaults to~/.bark. Also settable viaBARKD_DATADIR.--host <host>and--port <port>— bind address for the REST API. Also settable viaBARKD_BIND_HOSTandBARKD_BIND_PORT.--allowed-origins <origins>— comma-separated list of CORS origins allowed to call the API from a browser. Cross-origin requests are denied by default. Also settable viaBARKD_ALLOWED_ORIGINS.