Commit 7b544d1
authored
docs: add bot discovery endpoint to getting started guide (#4570)
### Description
This PR adds documentation for the bot discovery endpoint to the Getting
Started guide. The `/.well-known/agent-metadata.json` endpoint exposes a
bot's identity metadata (username, display name, description, avatar) in
a standardized format, allowing bot directories and discovery services
to automatically index and display available bots.
### Changes
- Added "Add Bot Discovery Endpoint" section to
`packages/docs/build/bots/getting-started.mdx`
- Positioned the new section after project initialization and before
environment configuration
- Included clear code example showing how to implement the endpoint in
`src/index.ts`
- Added explanation that this endpoint is required for bot
discoverability
### Checklist
- [x] Documentation updated where applicable
- [x] Changes adhere to the repository's contribution guidelines
- [N/A] Tests added where required (documentation-only change)1 parent 4e66f90 commit 7b544d1
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
67 | 80 | | |
68 | 81 | | |
69 | 82 | | |
| |||
0 commit comments