# Pythoughts

Pythoughts is a publishing platform for thoughtful writing, independent creators, blogs, newsletters, and community discussion.

## Start here

- [Homepage](https://pythoughts.com)
- [Browse stories](https://pythoughts.com/blogs)
- [Community](https://pythoughts.com/community)
- [Authors](https://pythoughts.com/authors)
- [API documentation](https://pythoughts.com/docs/api)

## Agent-readable resources

- [API catalog](https://pythoughts.com/.well-known/api-catalog)
- [OpenAPI description](https://pythoughts.com/api/openapi.yaml)
- [OAuth protected resource metadata](https://pythoughts.com/.well-known/oauth-protected-resource)
- [Agent skills index](https://pythoughts.com/.well-known/agent-skills/index.json)
- [LLMs.txt](https://pythoughts.com/llms.txt)
- [Full LLM context](https://pythoughts.com/llms-full.txt)

## API authentication

Pythoughts REST APIs under /api/v1 accept bearer tokens. API tokens use the pt_ prefix and support scoped access such as posts:read, posts:write, posts:publish, posts:delete, and media:upload.
