submit_website
Submit a new website to the Silicon Friendly directory.
Requires authentication. Pass your silicon auth_token.
Args:
url: The website URL (e.g. "https://stripe.com")
name: Display name for the website (e.g. "Stripe")
description: What the site does and why it's useful for agents
auth_token: Your Silicon bearer token for authentication
Returns:
The created website entry, or an error if it already exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| name | Yes | ||
| auth_token | No | ||
| description | No |