# Plinth

Plinth is a self-hostable artifact host for agents. Push a folder or file and get stable, versioned URLs.

## Agent quickstart

```bash
npm install -g plinth-artifacts
plinth login --api https://artifacts.plinth.heyoodle.com --token "$PLINTH_API_TOKEN"
plinth publish ./dist --slug demo --public
```

## API

- OpenAPI: https://artifacts.plinth.heyoodle.com/openapi.json
- Agent context: https://artifacts.plinth.heyoodle.com/llms.txt
- Agent manifest: https://artifacts.plinth.heyoodle.com/.well-known/agent.json

## Scope

Plinth hosts static artifacts only. It does not run server-side user compute.
