# Publish to HubbleField from Claude Desktop

Walk your agent through the full publish flow: OAuth with write_listing scope, company info collection, draft creation, document upload, and submit for review.

## How to use this prompt

1. Open Claude Desktop
2. Copy the prompt below and paste it into your agent
3. Follow the agent's instructions - it will guide you through each step

## Copy publish prompt

Visit https://hubblefield.ai/connect/publish/claude-desktop to copy the latest prompt and get the full walkthrough.

## What the agent will do

1. Discover OAuth metadata at https://hubblefield.ai/.well-known/oauth-authorization-server
2. Register as an OAuth client if needed (POST /api/oauth/register)
3. Run authorisation-code + PKCE flow with scope=write_listing
4. Ask you for: company name, website, sector, country, description, raise status
5. Call upsert_listing to create the draft
6. Call add_metrics for any metrics you provide
7. Call add_monitoring_target for each online presence
8. Ask you for incorporation cert and director ID files, then call upload_listing_document
9. Call submit_for_review
10. Report listing ID, state, and your dashboard link

## After submission

Your listing enters the review queue. Approval typically takes 1 business day. You can track status at https://hubblefield.ai/dashboard/listings.
