← Back to search
60
Partial
Agentic Readiness Score
+25 llms.txt +20 OpenAPI missing +20 ai-plugin
Raise this score to 95+
We ship the 6-file GEO uplift as a pull request against your repo. Flat fee, turnaround under 72 hours.
Fix this for $199 →
developer llms-txtopenapiapi

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Found
🔗
Structured API
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 60/100

            

llms.txt Content

# Weights & Biases Documentation ## Docs - [Use ARIA for autoresearch](https://docs.wandb.ai/aria/autoresearch.md): Learn how to use ARIA, W&B's AI R… - [Chat with ARIA](https://docs.wandb.ai/aria/chat.md) - [Governance and security](https://docs.wandb.ai/aria/governance.md): Learn how W&B Admins can control… - [Overview](https://docs.wandb.ai/aria/overview.md) - [W&B Tutorials & Blog](https://docs.wandb.ai/blog.md) - [W&B Courses](https://docs.wandb.ai/courses.md) - [Example Code & Notebooks](https://docs.wandb.ai/examples.md): Hands-on tutorials, walkthroughs,… - [Get Started with Weights & Biases](https://docs.wandb.ai/get-started.md): Choose the right W&B product for… - [W&B HiveMind](https://docs.wandb.ai/hivemind.md): A shared dashboard for AI coding… - [Build AI agents, applications, and models](https://docs.wandb.ai/index.md): Develop AI models and ship LLM ap… - [Serverless Inference](https://docs.wandb.ai/inference.md): Access open-source foundation mod… - [API overview](https://docs.wandb.ai/inference/api-reference.md): Explore the complete REST API ref… - [Chat completions](https://docs.wandb.ai/inference/api-reference/chat-completions.md): Create chat completions using the… - [List models](https://docs.wandb.ai/inference/api-reference/list-models.md): Retrieve a list of available Serv… - [Usage examples](https://docs.wandb.ai/inference/examples.md): Learn how to use Serverless Infer… - [Model lifecycle](https://docs.wandb.ai/inference/lifecycle.md): Learn about Serverless Inference… - [Use Serverless LoRA Inference](https://docs.wandb.ai/inference/lora.md): Bring your own custom LoRA for se… - [Available models](https://docs.wandb.ai/inference/models.md): Browse the foundation models avai… - [Prerequisites](https://docs.wandb.ai/inference/prerequisites.md): Set up your environment, API key,… - [API Reference](https://docs.wandb.ai/inference/ref-link-api.md) - [Enable JSON mode](https://docs.wandb.ai/inference/response-set

OpenAPI Spec (preview)

{ "openapi": "3.1.0", "servers": [ { "url": "https://trace.wandb.ai" } ], "info": { "title": "FastAPI", "version": "0.1.0" }, "paths": { "/server_info": { "get": { "tags": [ "Service" ], "summary": "Server Info", "operationId": "server_info_server_info_get", "responses": { "200": { "description": "Successful Response", "content": { "application/json": {