> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usecrow.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Deploy

> Go live with your agent

## Get Your Embed Code

[app.usecrow.ai/deploy](https://app.usecrow.ai/deploy)

```html theme={null}
<script
  src="https://api.usecrow.org/static/crow-widget.js"
  data-api-url="https://api.usecrow.org"
  data-product-id="YOUR_PRODUCT_ID"
></script>
```

## Get Your Security Key

Same page—click the eye icon to reveal. Use this to sign JWTs for [Identity Verification](/identity-verification).

<Warning>
  Keep your security key secret. Never expose in client-side code.
</Warning>

## Pre-launch Checklist

**Agent**

* [ ] Name and instructions configured
* [ ] Tested in Sandbox

**Knowledge Base**

* [ ] Docs uploaded / website crawled / Notion connected
* [ ] Agent answers common questions correctly

**Integrations** (if applicable)

* [ ] OpenAPI spec uploaded
* [ ] Auth configured
* [ ] Tools enabled in Actions

**Identity** (if applicable)

* [ ] JWT endpoint implemented
* [ ] `identify()` called in frontend
* [ ] `resetUser()` called on logout

## Test in Production

1. Visit your site—widget should appear
2. Test as anonymous user
3. Test as authenticated user (if applicable)
4. Try common questions
5. Verify tool actions work

## Monitor

Use [Activity](/activity-overview) to track conversations and spot issues.
