← Back to search
25
Basic
Agentic Readiness Score
developer llms-txtaidevtools

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Not found
🔗
Structured API
Not found
🛡
Not specified
🏷
Schema.org Markup
Not found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 25/100

            

llms.txt Content

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 into an Upstreet Agent. Check out our [Migration Guides](/migration-guides). ## Quickstart: Creating an Agent Here’s how to set up your first Agent. ### Step 1: Running the command 1. **Set up your project directory**\ First, create an empty directory where you’d like to set up your Agent. 2. **Run the Command in your terminal** ```bash usdk create ``` Run the above command in your terminal within your new directory. This will launch a guided interview, where you’ll