Overview
Create Account
Sign up for a NYTimes Developer account
Get API Key
Generate your NYTimes API key
Copy into Create
Add your API key to Create’s secrets
Account Creation
1
Visit NYTimes Developer Portal
Go to developer.nytimes.com and click “Sign In” in the top right corner

2
Register for an Account
- Fill in your email, password, and personal information
- Accept the terms of service
- Verify your email address

Generate API Key
1
Create a New App
- Log in to your NYTimes Developer account
- Navigate to “Apps” in your dashboard
- Click “New App” button

2
Configure Your App
- Enter a name for your application
- Select which APIs you need access to (e.g., Article Search, Top Stories)
- Provide a brief description of your application

3
Get Your API Key
- After creating your app, you’ll receive your API key
- Copy the secret API key from your app details page

Keep your API key secure - it grants access to your NYTimes API quota
Troubleshooting
1
Authorize for each API
1.If you are getting unauthorized errors, you may need to visit each API to manually authorize.
2. Go back to https://developer.nytimes.com/apis.
3. For each API that your app enabled, visit their respective API Pages and click Authorize in the top right corner.

Add to Create Project
1
Add the integration
- In your Create project, type
/
in the chat - Select “NYTimes” from the menu
2
Add your API key
- Paste your NYTimes API key into the “NYTIMES_API_KEY” field
Need a new key? Generate one in your NYTimes Developer dashboard.
3
Use it
You can now use prompts with the integration to access NYTimes content.Some examples:Example prompt for optimization:
Get the latest top stories using /NYTimes
Search for articles about climate change with /NYTimes
Create a news aggregator using /NYTimes
NYTimes API has rate limits - implement caching for frequently accessed data.
Your New York Times integration is now ready! Use the
/NYTimes
command in chat to access articles and content.