· Standard
U
llmstxt.info directory · Standard
Upstreet AI
Community listing
llms.txt reachable
AI Impact Score 80/100 · B
Upstreet AI provides structured information for AI assistants via an llms.txt file. Industry: Websites & Publishers. The website docs.upstreet.ai provides its llms.txt at https://docs.upstreet.ai/llms.txt. Listed since 11 December 2025.
llms.txt address
https://docs.upstreet.ai/llms.txt
Under GDPR Art. 17 you can request the deletion of your data. Report a legal violation (Art. 16 DSA) →
llms.txt — current content
Open ↗
file: ./content/docs/changelog.mdx
# undefined: What's new?
Learn what the latest updates are in Upstreet-world.
import Changelog from "../../../../CHANGELOG.md";
<Changelog />
file: ./content/docs/(getting-started)/create-an-agent.mdx
# undefined: Create an Agent
Build AI Agents in minutes with the Upstreet Agents SDK.
import Wrapper from '../../../components/preview/wrapper';
import { File, Folder, Files } from 'fumadocs-ui/components/files';
import { Accordion, Accordions } from 'fumadocs-ui/components/accordion';
import { formatNodeVersion } from '../../../lib/utils';
import pkgJson from 'usdk/package.json';
<Accordions>
<Accordion title="🟢 Prerequisites" defaultOpen>
* Ensure your Node version is {formatNodeVersion(pkgJson.engines?.node || '>=22.9.0').toLocaleLowerCase()}. [Install Node](/install#prerequisites)
* Upstreet SDK installed on your computer. [Install SDK](/install)
* Logged in to SDK. Follow instructions to [log in here](/install#log-into-the-sdk).
</Accordion>
</Accordions>
Upstreet AI Agents are persistent digital entities that can autonomously handle tasks, interact with you and your users over chat or social media, and can be customized according to your configuration.
**New to designing Agents?** Explore how to define effective Agent objectives and strategies in our [Agent Design Concepts](/concepts/defining-agent-objectives).
**Coming in from another platform like Tavern?** You can import your previous work in
[…truncated]