@runtypelabs/cli 2.15.2 → 2.15.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +720 -386
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -15557,7 +15557,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
15557
15557
  "properties": {
15558
15558
  "inboxId": {
15559
15559
  "type": "string",
15560
- "description": "The inbox ID in email format (e.g., myagent@agentmail.to)."
15560
+ "description": "Path parameter: inbox_id"
15561
15561
  },
15562
15562
  "limit": {
15563
15563
  "type": "number",
@@ -15597,7 +15597,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
15597
15597
  "pathTemplate": "/v0/inboxes/{inbox_id}/drafts",
15598
15598
  "method": "GET",
15599
15599
  "verified": true,
15600
- "catalogVersion": "2026-04-15T01:46:01.931Z",
15600
+ "listPrice": "0",
15601
+ "listPriceThousandths": 0,
15602
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
15601
15603
  "params": [
15602
15604
  {
15603
15605
  "toolName": "inboxId",
@@ -15607,14 +15609,6 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
15607
15609
  "required": true,
15608
15610
  "description": "Path parameter: inbox_id"
15609
15611
  },
15610
- {
15611
- "toolName": "inboxId",
15612
- "wireName": "inbox_id",
15613
- "location": "query",
15614
- "type": "string",
15615
- "required": true,
15616
- "description": "The inbox ID in email format (e.g., myagent@agentmail.to)."
15617
- },
15618
15612
  {
15619
15613
  "toolName": "limit",
15620
15614
  "wireName": "limit",
@@ -15706,7 +15700,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
15706
15700
  "pathTemplate": "/v0/inboxes",
15707
15701
  "method": "POST",
15708
15702
  "verified": true,
15709
- "catalogVersion": "2026-04-15T01:46:01.931Z",
15703
+ "listPrice": "2",
15704
+ "listPriceThousandths": 2e5,
15705
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
15710
15706
  "params": [
15711
15707
  {
15712
15708
  "toolName": "username",
@@ -15757,11 +15753,11 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
15757
15753
  "properties": {
15758
15754
  "inboxId": {
15759
15755
  "type": "string",
15760
- "description": "The inbox ID in email format (e.g., myagent@agentmail.to)."
15756
+ "description": "Path parameter: inbox_id"
15761
15757
  },
15762
15758
  "messageId": {
15763
15759
  "type": "string",
15764
- "description": "The message ID to reply to, in RFC 2822 format. Must be URL-encoded in the path."
15760
+ "description": "Path parameter: message_id"
15765
15761
  },
15766
15762
  "to": {
15767
15763
  "type": "array",
@@ -15836,7 +15832,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
15836
15832
  "pathTemplate": "/v0/inboxes/{inbox_id}/messages/{message_id}/reply",
15837
15833
  "method": "POST",
15838
15834
  "verified": true,
15839
- "catalogVersion": "2026-04-15T01:46:01.931Z",
15835
+ "listPrice": "0.01",
15836
+ "listPriceThousandths": 1e3,
15837
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
15840
15838
  "params": [
15841
15839
  {
15842
15840
  "toolName": "inboxId",
@@ -15854,22 +15852,6 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
15854
15852
  "required": true,
15855
15853
  "description": "Path parameter: message_id"
15856
15854
  },
15857
- {
15858
- "toolName": "inboxId",
15859
- "wireName": "inbox_id",
15860
- "location": "query",
15861
- "type": "string",
15862
- "required": true,
15863
- "description": "The inbox ID in email format (e.g., myagent@agentmail.to)."
15864
- },
15865
- {
15866
- "toolName": "messageId",
15867
- "wireName": "message_id",
15868
- "location": "query",
15869
- "type": "string",
15870
- "required": true,
15871
- "description": "The message ID to reply to, in RFC 2822 format. Must be URL-encoded in the path."
15872
- },
15873
15855
  {
15874
15856
  "toolName": "to",
15875
15857
  "wireName": "to",
@@ -15967,7 +15949,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
15967
15949
  "properties": {
15968
15950
  "inboxId": {
15969
15951
  "type": "string",
15970
- "description": "The inbox ID to send from, in email format (e.g., myagent@agentmail.to)."
15952
+ "description": "Path parameter: inbox_id"
15971
15953
  },
15972
15954
  "to": {
15973
15955
  "type": "array",
@@ -16041,7 +16023,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
16041
16023
  "pathTemplate": "/v0/inboxes/{inbox_id}/messages/send",
16042
16024
  "method": "POST",
16043
16025
  "verified": true,
16044
- "catalogVersion": "2026-04-15T01:46:01.931Z",
16026
+ "listPrice": "0.01",
16027
+ "listPriceThousandths": 1e3,
16028
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
16045
16029
  "params": [
16046
16030
  {
16047
16031
  "toolName": "inboxId",
@@ -16051,14 +16035,6 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
16051
16035
  "required": true,
16052
16036
  "description": "Path parameter: inbox_id"
16053
16037
  },
16054
- {
16055
- "toolName": "inboxId",
16056
- "wireName": "inbox_id",
16057
- "location": "query",
16058
- "type": "string",
16059
- "required": true,
16060
- "description": "The inbox ID to send from, in email format (e.g., myagent@agentmail.to)."
16061
- },
16062
16038
  {
16063
16039
  "toolName": "to",
16064
16040
  "wireName": "to",
@@ -16242,7 +16218,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
16242
16218
  "method": "GET",
16243
16219
  "verified": true,
16244
16220
  "docsUrl": "https://www.andi.co/api",
16245
- "catalogVersion": "2026-04-15T01:46:01.931Z",
16221
+ "listPrice": "0.01",
16222
+ "listPriceThousandths": 1e3,
16223
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
16246
16224
  "params": [
16247
16225
  {
16248
16226
  "toolName": "q",
@@ -16448,7 +16426,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
16448
16426
  "pathTemplate": "/api/v1/mixed_companies/search",
16449
16427
  "method": "POST",
16450
16428
  "verified": true,
16451
- "catalogVersion": "2026-04-15T01:46:01.931Z",
16429
+ "listPrice": "0.01",
16430
+ "listPriceThousandths": 1e3,
16431
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
16452
16432
  "params": [
16453
16433
  {
16454
16434
  "toolName": "organizationLocations",
@@ -16531,7 +16511,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
16531
16511
  "pathTemplate": "/api/v1/organizations/enrich",
16532
16512
  "method": "GET",
16533
16513
  "verified": true,
16534
- "catalogVersion": "2026-04-15T01:46:01.931Z",
16514
+ "listPrice": "0.01",
16515
+ "listPriceThousandths": 1e3,
16516
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
16535
16517
  "params": [
16536
16518
  {
16537
16519
  "toolName": "domain",
@@ -16602,7 +16584,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
16602
16584
  "method": "POST",
16603
16585
  "verified": true,
16604
16586
  "docsUrl": "https://apolloio.github.io/apollo-api-docs",
16605
- "catalogVersion": "2026-04-15T01:46:01.931Z",
16587
+ "listPrice": "0.01",
16588
+ "listPriceThousandths": 1e3,
16589
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
16606
16590
  "params": [
16607
16591
  {
16608
16592
  "toolName": "email",
@@ -16742,7 +16726,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
16742
16726
  "pathTemplate": "/api/v1/mixed_people/api_search",
16743
16727
  "method": "POST",
16744
16728
  "verified": true,
16745
- "catalogVersion": "2026-04-15T01:46:01.931Z",
16729
+ "listPrice": "0",
16730
+ "listPriceThousandths": 0,
16731
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
16746
16732
  "params": [
16747
16733
  {
16748
16734
  "toolName": "personTitles",
@@ -16895,7 +16881,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
16895
16881
  "pathTemplate": "/company/enrich",
16896
16882
  "method": "GET",
16897
16883
  "verified": true,
16898
- "catalogVersion": "2026-04-15T01:46:01.931Z",
16884
+ "listPrice": "0.12",
16885
+ "listPriceThousandths": 12e3,
16886
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
16899
16887
  "params": [
16900
16888
  {
16901
16889
  "toolName": "id",
@@ -17083,7 +17071,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
17083
17071
  "pathTemplate": "/company/funding-rounds",
17084
17072
  "method": "GET",
17085
17073
  "verified": true,
17086
- "catalogVersion": "2026-04-15T01:46:01.931Z",
17074
+ "listPrice": "0.08",
17075
+ "listPriceThousandths": 8e3,
17076
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
17087
17077
  "params": [
17088
17078
  {
17089
17079
  "toolName": "id",
@@ -17170,7 +17160,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
17170
17160
  "pathTemplate": "/company/search",
17171
17161
  "method": "POST",
17172
17162
  "verified": true,
17173
- "catalogVersion": "2026-04-15T01:46:01.931Z",
17163
+ "listPrice": "0.02",
17164
+ "listPriceThousandths": 2e3,
17165
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
17174
17166
  "params": [
17175
17167
  {
17176
17168
  "toolName": "dsl",
@@ -17219,7 +17211,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
17219
17211
  "pathTemplate": "/marketmap/generate",
17220
17212
  "method": "POST",
17221
17213
  "verified": true,
17222
- "catalogVersion": "2026-04-15T01:46:01.931Z",
17214
+ "listPrice": "0.2",
17215
+ "listPriceThousandths": 2e4,
17216
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
17223
17217
  "params": [
17224
17218
  {
17225
17219
  "toolName": "name",
@@ -17316,7 +17310,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
17316
17310
  "pathTemplate": "/person/enrich",
17317
17311
  "method": "GET",
17318
17312
  "verified": true,
17319
- "catalogVersion": "2026-04-15T01:46:01.931Z",
17313
+ "listPrice": "0.03",
17314
+ "listPriceThousandths": 3e3,
17315
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
17320
17316
  "params": [
17321
17317
  {
17322
17318
  "toolName": "id",
@@ -17451,7 +17447,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
17451
17447
  "pathTemplate": "/person/search",
17452
17448
  "method": "POST",
17453
17449
  "verified": true,
17454
- "catalogVersion": "2026-04-15T01:46:01.931Z",
17450
+ "listPrice": "0.02",
17451
+ "listPriceThousandths": 2e3,
17452
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
17455
17453
  "params": [
17456
17454
  {
17457
17455
  "toolName": "dsl",
@@ -17512,7 +17510,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
17512
17510
  "method": "POST",
17513
17511
  "verified": true,
17514
17512
  "docsUrl": "https://docs.brand.dev/api-reference/ai-data-extraction/query-website-data-using-ai",
17515
- "catalogVersion": "2026-04-15T01:46:01.931Z",
17513
+ "listPrice": "0.03",
17514
+ "listPriceThousandths": 3e3,
17515
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
17516
17516
  "params": [
17517
17517
  {
17518
17518
  "toolName": "domain",
@@ -17593,7 +17593,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
17593
17593
  "method": "GET",
17594
17594
  "verified": true,
17595
17595
  "docsUrl": "https://docs.brand.dev/api-reference/retrieve-brand/retrieve-brand-data-by-domain",
17596
- "catalogVersion": "2026-04-15T01:46:01.931Z",
17596
+ "listPrice": "0.03",
17597
+ "listPriceThousandths": 3e3,
17598
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
17597
17599
  "params": [
17598
17600
  {
17599
17601
  "toolName": "domain",
@@ -17674,7 +17676,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
17674
17676
  "method": "GET",
17675
17677
  "verified": true,
17676
17678
  "docsUrl": "https://docs.brand.dev/api-reference/retrieve-brand/retrieve-brand-data-by-company-name",
17677
- "catalogVersion": "2026-04-15T01:46:01.931Z",
17679
+ "listPrice": "0.03",
17680
+ "listPriceThousandths": 3e3,
17681
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
17678
17682
  "params": [
17679
17683
  {
17680
17684
  "toolName": "name",
@@ -17755,7 +17759,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
17755
17759
  "method": "GET",
17756
17760
  "verified": true,
17757
17761
  "docsUrl": "https://docs.brand.dev/api-reference/screenshot-styleguide/take-screenshot-of-website",
17758
- "catalogVersion": "2026-04-15T01:46:01.931Z",
17762
+ "listPrice": "0.03",
17763
+ "listPriceThousandths": 3e3,
17764
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
17759
17765
  "params": [
17760
17766
  {
17761
17767
  "toolName": "domain",
@@ -17824,7 +17830,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
17824
17830
  "pathTemplate": "/v1/domain/enrich",
17825
17831
  "method": "POST",
17826
17832
  "verified": true,
17827
- "catalogVersion": "2026-04-15T01:46:01.931Z",
17833
+ "listPrice": "0.03",
17834
+ "listPriceThousandths": 3e3,
17835
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
17828
17836
  "params": [
17829
17837
  {
17830
17838
  "toolName": "domains",
@@ -17870,7 +17878,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
17870
17878
  "pathTemplate": "/v1/email/enrich",
17871
17879
  "method": "GET",
17872
17880
  "verified": true,
17873
- "catalogVersion": "2026-04-15T01:46:01.931Z",
17881
+ "listPrice": "0.33",
17882
+ "listPriceThousandths": 33e3,
17883
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
17874
17884
  "params": [
17875
17885
  {
17876
17886
  "toolName": "email",
@@ -17961,7 +17971,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
17961
17971
  "pathTemplate": "/v1/people/enrich",
17962
17972
  "method": "POST",
17963
17973
  "verified": true,
17964
- "catalogVersion": "2026-04-15T01:46:01.931Z",
17974
+ "listPrice": "0.55",
17975
+ "listPriceThousandths": 55e3,
17976
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
17965
17977
  "params": [
17966
17978
  {
17967
17979
  "toolName": "fullName",
@@ -18086,7 +18098,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
18086
18098
  "pathTemplate": "/v1/people/linkedin",
18087
18099
  "method": "GET",
18088
18100
  "verified": true,
18089
- "catalogVersion": "2026-04-15T01:46:01.931Z",
18101
+ "listPrice": "0.03",
18102
+ "listPriceThousandths": 3e3,
18103
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
18090
18104
  "params": [
18091
18105
  {
18092
18106
  "toolName": "profile",
@@ -18144,7 +18158,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
18144
18158
  "method": "GET",
18145
18159
  "verified": true,
18146
18160
  "docsUrl": "https://docs.coresignal.com/company-api/clean-company-api",
18147
- "catalogVersion": "2026-04-15T01:46:01.931Z",
18161
+ "listPrice": "0.042",
18162
+ "listPriceThousandths": 4200,
18163
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
18148
18164
  "params": [
18149
18165
  {
18150
18166
  "toolName": "website",
@@ -18189,7 +18205,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
18189
18205
  "method": "GET",
18190
18206
  "verified": true,
18191
18207
  "docsUrl": "https://docs.coresignal.com/company-api/multi-source-company-api",
18192
- "catalogVersion": "2026-04-15T01:46:01.931Z",
18208
+ "listPrice": "0.084",
18209
+ "listPriceThousandths": 8400,
18210
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
18193
18211
  "params": [
18194
18212
  {
18195
18213
  "toolName": "website",
@@ -18234,7 +18252,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
18234
18252
  "method": "GET",
18235
18253
  "verified": true,
18236
18254
  "docsUrl": "https://docs.coresignal.com/employee-api/base-employee-api",
18237
- "catalogVersion": "2026-04-15T01:46:01.931Z",
18255
+ "listPrice": "0.042",
18256
+ "listPriceThousandths": 4200,
18257
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
18238
18258
  "params": [
18239
18259
  {
18240
18260
  "toolName": "profileUrl",
@@ -18292,7 +18312,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
18292
18312
  "pathTemplate": "/screener/companydb/search",
18293
18313
  "method": "POST",
18294
18314
  "verified": true,
18295
- "catalogVersion": "2026-04-15T01:46:01.931Z",
18315
+ "listPrice": "0.22",
18316
+ "listPriceThousandths": 22e3,
18317
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
18296
18318
  "params": [
18297
18319
  {
18298
18320
  "toolName": "filters",
@@ -18377,7 +18399,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
18377
18399
  "pathTemplate": "/screener/identify/",
18378
18400
  "method": "POST",
18379
18401
  "verified": true,
18380
- "catalogVersion": "2026-04-15T01:46:01.931Z",
18402
+ "listPrice": "0.22",
18403
+ "listPriceThousandths": 22e3,
18404
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
18381
18405
  "params": [
18382
18406
  {
18383
18407
  "toolName": "queryCompanyName",
@@ -18456,7 +18480,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
18456
18480
  },
18457
18481
  "fields": {
18458
18482
  "type": "string",
18459
- "description": 'Comma-separated fields to return. Recommended default: "name,title,headline,email,current_employers,past_employers,education_background,skills,linkedin_profile_url,linkedin_flagship_url". All available: name, location, email, title, last_updated, headline, summary, num_of_connections, skills, profile_picture_url, profile_picture_permalink, twitter_handle, languages, all_employers, past_employers, current_employers, education_background, all_titles, all_schools, all_degrees, github_profiles, linkedin_profile_url, linkedin_flagship_url.'
18483
+ "description": 'Comma-separated fields to return. Recommended: "name,title,headline,email,current_employers,past_employers,education_background,skills,linkedin_profile_url,linkedin_flagship_url". Available fields: name, location, email, title, last_updated, headline, summary, num_of_connections, skills, profile_picture_url, profile_picture_permalink, twitter_handle, languages, all_employers, past_employers, current_employers, education_background, all_titles, all_schools, all_degrees, linkedin_profile_url, linkedin_flagship_url. NOT AVAILABLE (access denied): github_profiles, personal_contact_info.personal_emails, personal_contact_info.phone_numbers.'
18460
18484
  }
18461
18485
  },
18462
18486
  "required": []
@@ -18470,7 +18494,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
18470
18494
  "pathTemplate": "/screener/person/enrich",
18471
18495
  "method": "GET",
18472
18496
  "verified": true,
18473
- "catalogVersion": "2026-04-15T01:46:01.931Z",
18497
+ "listPrice": "1.563",
18498
+ "listPriceThousandths": 156300,
18499
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
18474
18500
  "params": [
18475
18501
  {
18476
18502
  "toolName": "linkedinProfileUrl",
@@ -18502,7 +18528,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
18502
18528
  "location": "query",
18503
18529
  "type": "string",
18504
18530
  "required": false,
18505
- "description": 'Comma-separated fields to return. Recommended default: "name,title,headline,email,current_employers,past_employers,education_background,skills,linkedin_profile_url,linkedin_flagship_url". All available: name, location, email, title, last_updated, headline, summary, num_of_connections, skills, profile_picture_url, profile_picture_permalink, twitter_handle, languages, all_employers, past_employers, current_employers, education_background, all_titles, all_schools, all_degrees, github_profiles, linkedin_profile_url, linkedin_flagship_url.'
18531
+ "description": 'Comma-separated fields to return. Recommended: "name,title,headline,email,current_employers,past_employers,education_background,skills,linkedin_profile_url,linkedin_flagship_url". Available fields: name, location, email, title, last_updated, headline, summary, num_of_connections, skills, profile_picture_url, profile_picture_permalink, twitter_handle, languages, all_employers, past_employers, current_employers, education_background, all_titles, all_schools, all_degrees, linkedin_profile_url, linkedin_flagship_url. NOT AVAILABLE (access denied): github_profiles, personal_contact_info.personal_emails, personal_contact_info.phone_numbers.'
18506
18532
  }
18507
18533
  ]
18508
18534
  }
@@ -18521,7 +18547,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
18521
18547
  "properties": {
18522
18548
  "filters": {
18523
18549
  "type": "object",
18524
- "description": 'Filter object with "op" ("and"/"or") and "conditions" array. Each condition has: "column" (field name), "type" (operator), "value". Column options: current_employers.title, current_employers.company_name, current_employers.seniority_level (values: CXO, VP, Director, Manager, Senior, Entry), past_employers.title, past_employers.company_name, region, skills, languages, name, first_name, last_name, headline, years_of_experience_raw, recently_changed_jobs, emails, linkedin_profile_url. Operators: "=", "!=", "in", "not_in", ">", "<", ">=", "<=", "(.)" (fuzzy text match). Example: {"op": "and", "conditions": [{"column": "current_employers.seniority_level", "type": "=", "value": "CXO"}, {"column": "region", "type": "=", "value": "San Francisco Bay Area"}]}'
18550
+ "description": 'Filter object with "op" ("and"/"or") and "conditions" array. Each condition has: "column" (field name), "type" (operator), "value". SUPPORTED COLUMNS: current_employers.title, current_employers.name, current_employers.seniority_level (CXO, VP, Director, Manager, Senior, Entry), past_employers.title, past_employers.name, region, skills, languages, name, first_name, last_name, headline, years_of_experience_raw, recently_changed_jobs, emails, linkedin_profile_url. SUPPORTED OPERATORS: "=", "!=", "in", "not_in", ">", "<", "(.)" (fuzzy text match). NOT SUPPORTED: "country" column (use "region" instead), "current_employers.headcount", "education_background.field_of_study", "between" operator, ">="/"<=" operators, "preview" parameter. Example: {"op": "and", "conditions": [{"column": "current_employers.seniority_level", "type": "=", "value": "CXO"}, {"column": "region", "type": "=", "value": "San Francisco Bay Area"}]}'
18525
18551
  },
18526
18552
  "limit": {
18527
18553
  "type": "number",
@@ -18549,7 +18575,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
18549
18575
  "pathTemplate": "/screener/persondb/search",
18550
18576
  "method": "POST",
18551
18577
  "verified": true,
18552
- "catalogVersion": "2026-04-15T01:46:01.931Z",
18578
+ "listPrice": "0.66",
18579
+ "listPriceThousandths": 66e3,
18580
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
18553
18581
  "params": [
18554
18582
  {
18555
18583
  "toolName": "filters",
@@ -18557,7 +18585,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
18557
18585
  "location": "body",
18558
18586
  "type": "object",
18559
18587
  "required": true,
18560
- "description": 'Filter object with "op" ("and"/"or") and "conditions" array. Each condition has: "column" (field name), "type" (operator), "value". Column options: current_employers.title, current_employers.company_name, current_employers.seniority_level (values: CXO, VP, Director, Manager, Senior, Entry), past_employers.title, past_employers.company_name, region, skills, languages, name, first_name, last_name, headline, years_of_experience_raw, recently_changed_jobs, emails, linkedin_profile_url. Operators: "=", "!=", "in", "not_in", ">", "<", ">=", "<=", "(.)" (fuzzy text match). Example: {"op": "and", "conditions": [{"column": "current_employers.seniority_level", "type": "=", "value": "CXO"}, {"column": "region", "type": "=", "value": "San Francisco Bay Area"}]}'
18588
+ "description": 'Filter object with "op" ("and"/"or") and "conditions" array. Each condition has: "column" (field name), "type" (operator), "value". SUPPORTED COLUMNS: current_employers.title, current_employers.name, current_employers.seniority_level (CXO, VP, Director, Manager, Senior, Entry), past_employers.title, past_employers.name, region, skills, languages, name, first_name, last_name, headline, years_of_experience_raw, recently_changed_jobs, emails, linkedin_profile_url. SUPPORTED OPERATORS: "=", "!=", "in", "not_in", ">", "<", "(.)" (fuzzy text match). NOT SUPPORTED: "country" column (use "region" instead), "current_employers.headcount", "education_background.field_of_study", "between" operator, ">="/"<=" operators, "preview" parameter. Example: {"op": "and", "conditions": [{"column": "current_employers.seniority_level", "type": "=", "value": "CXO"}, {"column": "region", "type": "=", "value": "San Francisco Bay Area"}]}'
18561
18589
  },
18562
18590
  {
18563
18591
  "toolName": "limit",
@@ -18674,7 +18702,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
18674
18702
  "method": "POST",
18675
18703
  "verified": true,
18676
18704
  "docsUrl": "https://docs.didit.me/reference/aml-screening-standalone-api",
18677
- "catalogVersion": "2026-04-15T01:46:01.931Z",
18705
+ "listPrice": "0.36",
18706
+ "listPriceThousandths": 36e3,
18707
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
18678
18708
  "params": [
18679
18709
  {
18680
18710
  "toolName": "fullName",
@@ -18869,7 +18899,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
18869
18899
  "method": "POST",
18870
18900
  "verified": true,
18871
18901
  "docsUrl": "https://docs.didit.me/reference/database-validation-api",
18872
- "catalogVersion": "2026-04-15T01:46:01.931Z",
18902
+ "listPrice": "0.31",
18903
+ "listPriceThousandths": 31e3,
18904
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
18873
18905
  "params": [
18874
18906
  {
18875
18907
  "toolName": "issuingState",
@@ -18998,7 +19030,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
18998
19030
  "method": "POST",
18999
19031
  "verified": true,
19000
19032
  "docsUrl": "https://docs.didit.me/reference/send-email-verification-code-api",
19001
- "catalogVersion": "2026-04-15T01:46:01.931Z",
19033
+ "listPrice": "0.04",
19034
+ "listPriceThousandths": 4e3,
19035
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
19002
19036
  "params": [
19003
19037
  {
19004
19038
  "toolName": "email",
@@ -19079,7 +19113,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
19079
19113
  "method": "POST",
19080
19114
  "verified": true,
19081
19115
  "docsUrl": "https://docs.didit.me/reference/send-phone-verification-code-api",
19082
- "catalogVersion": "2026-04-15T01:46:01.931Z",
19116
+ "listPrice": "0.3",
19117
+ "listPriceThousandths": 3e4,
19118
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
19083
19119
  "params": [
19084
19120
  {
19085
19121
  "toolName": "phoneNumber",
@@ -19164,7 +19200,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
19164
19200
  "method": "GET",
19165
19201
  "verified": false,
19166
19202
  "docsUrl": "https://docs.domeapi.io/api-reference/endpoint/get-binance-crypto-prices",
19167
- "catalogVersion": "2026-04-15T01:46:01.931Z",
19203
+ "listPrice": "0.01",
19204
+ "listPriceThousandths": 1e3,
19205
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
19168
19206
  "params": [
19169
19207
  {
19170
19208
  "toolName": "currency",
@@ -19269,7 +19307,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
19269
19307
  "method": "GET",
19270
19308
  "verified": false,
19271
19309
  "docsUrl": "https://docs.domeapi.io/api-reference/endpoint/get-kalshi-markets",
19272
- "catalogVersion": "2026-04-15T01:46:01.931Z",
19310
+ "listPrice": "0.01",
19311
+ "listPriceThousandths": 1e3,
19312
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
19273
19313
  "params": [
19274
19314
  {
19275
19315
  "toolName": "marketTicker",
@@ -19412,7 +19452,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
19412
19452
  "method": "GET",
19413
19453
  "verified": false,
19414
19454
  "docsUrl": "https://docs.domeapi.io/api-reference/endpoint/get-markets",
19415
- "catalogVersion": "2026-04-15T01:46:01.931Z",
19455
+ "listPrice": "0.01",
19456
+ "listPriceThousandths": 1e3,
19457
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
19416
19458
  "params": [
19417
19459
  {
19418
19460
  "toolName": "marketSlug",
@@ -19545,7 +19587,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
19545
19587
  "method": "POST",
19546
19588
  "verified": false,
19547
19589
  "docsUrl": "https://exa.ai/docs/reference/answer",
19548
- "catalogVersion": "2026-04-15T01:46:01.931Z",
19590
+ "listPrice": "0.01",
19591
+ "listPriceThousandths": 1e3,
19592
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
19549
19593
  "params": [
19550
19594
  {
19551
19595
  "toolName": "query",
@@ -19652,7 +19696,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
19652
19696
  "method": "POST",
19653
19697
  "verified": false,
19654
19698
  "docsUrl": "https://exa.ai/docs/reference/get-contents",
19655
- "catalogVersion": "2026-04-15T01:46:01.931Z",
19699
+ "listPrice": "0.01",
19700
+ "listPriceThousandths": 1e3,
19701
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
19656
19702
  "params": [
19657
19703
  {
19658
19704
  "toolName": "urls",
@@ -19855,7 +19901,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
19855
19901
  "method": "POST",
19856
19902
  "verified": false,
19857
19903
  "docsUrl": "https://exa.ai/docs/reference/search",
19858
- "catalogVersion": "2026-04-15T01:46:01.931Z",
19904
+ "listPrice": "0.01",
19905
+ "listPriceThousandths": 1e3,
19906
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
19859
19907
  "params": [
19860
19908
  {
19861
19909
  "toolName": "query",
@@ -20042,7 +20090,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
20042
20090
  "method": "POST",
20043
20091
  "verified": true,
20044
20092
  "docsUrl": "https://api.fiber.ai/docs/#tag/search/POST/v1/company-search",
20045
- "catalogVersion": "2026-04-15T01:46:01.931Z",
20093
+ "listPrice": "0.01",
20094
+ "listPriceThousandths": 1e3,
20095
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
20046
20096
  "params": [
20047
20097
  {
20048
20098
  "toolName": "searchParams",
@@ -20115,7 +20165,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
20115
20165
  "method": "POST",
20116
20166
  "verified": true,
20117
20167
  "docsUrl": "https://api.fiber.ai/docs/#tag/email-lookup/POST/v1/email-to-person/single",
20118
- "catalogVersion": "2026-04-15T01:46:01.931Z",
20168
+ "listPrice": "0.04",
20169
+ "listPriceThousandths": 4e3,
20170
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
20119
20171
  "params": [
20120
20172
  {
20121
20173
  "toolName": "email",
@@ -20175,7 +20227,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
20175
20227
  "method": "POST",
20176
20228
  "verified": true,
20177
20229
  "docsUrl": "https://api.fiber.ai/docs/#tag/agentic-search/POST/v1/natural-language-search/companies",
20178
- "catalogVersion": "2026-04-15T01:46:01.931Z",
20230
+ "listPrice": "0.54",
20231
+ "listPriceThousandths": 54e3,
20232
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
20179
20233
  "params": [
20180
20234
  {
20181
20235
  "toolName": "query",
@@ -20250,7 +20304,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
20250
20304
  "method": "POST",
20251
20305
  "verified": true,
20252
20306
  "docsUrl": "https://api.fiber.ai/docs/#tag/agentic-search/POST/v1/natural-language-search/profiles",
20253
- "catalogVersion": "2026-04-15T01:46:01.931Z",
20307
+ "listPrice": "0.54",
20308
+ "listPriceThousandths": 54e3,
20309
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
20254
20310
  "params": [
20255
20311
  {
20256
20312
  "toolName": "query",
@@ -20353,7 +20409,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
20353
20409
  "method": "POST",
20354
20410
  "verified": true,
20355
20411
  "docsUrl": "https://api.fiber.ai/docs/#tag/search/POST/v1/people-search",
20356
- "catalogVersion": "2026-04-15T01:46:01.931Z",
20412
+ "listPrice": "0.01",
20413
+ "listPriceThousandths": 1e3,
20414
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
20357
20415
  "params": [
20358
20416
  {
20359
20417
  "toolName": "searchParams",
@@ -20438,7 +20496,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
20438
20496
  "method": "POST",
20439
20497
  "verified": true,
20440
20498
  "docsUrl": "https://api.fiber.ai/docs/#tag/validation/POST/v1/validate-email/single",
20441
- "catalogVersion": "2026-04-15T01:46:01.931Z",
20499
+ "listPrice": "0.02",
20500
+ "listPriceThousandths": 2e3,
20501
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
20442
20502
  "params": [
20443
20503
  {
20444
20504
  "toolName": "email",
@@ -20451,6 +20511,96 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
20451
20511
  ]
20452
20512
  }
20453
20513
  },
20514
+ {
20515
+ "id": "orthogonal:happenstance:research",
20516
+ "idPrefix": "platform",
20517
+ "name": "Happenstance Person Research",
20518
+ "description": "Submit a description of a person and receive a detailed research profile including employment, education, projects, and writings via Happenstance.",
20519
+ "category": "third_party_api",
20520
+ "providers": [
20521
+ "multi"
20522
+ ],
20523
+ "parametersSchema": {
20524
+ "type": "object",
20525
+ "properties": {
20526
+ "description": {
20527
+ "type": "string",
20528
+ "description": "Description of the person to research. Include name, company, role, or any identifying details."
20529
+ }
20530
+ },
20531
+ "required": [
20532
+ "description"
20533
+ ]
20534
+ },
20535
+ "requiresApiKey": false,
20536
+ "executionHint": "platform",
20537
+ "platformKeySupport": true,
20538
+ "managedExecution": {
20539
+ "kind": "orthogonal",
20540
+ "apiSlug": "happenstance",
20541
+ "pathTemplate": "/v1/research",
20542
+ "method": "POST",
20543
+ "verified": true,
20544
+ "listPrice": "0.3",
20545
+ "listPriceThousandths": 3e4,
20546
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
20547
+ "params": [
20548
+ {
20549
+ "toolName": "description",
20550
+ "wireName": "description",
20551
+ "location": "body",
20552
+ "type": "string",
20553
+ "required": true,
20554
+ "description": "Description of the person to research. Include name, company, role, or any identifying details."
20555
+ }
20556
+ ]
20557
+ }
20558
+ },
20559
+ {
20560
+ "id": "orthogonal:happenstance:research_status",
20561
+ "idPrefix": "platform",
20562
+ "name": "Happenstance Research Status",
20563
+ "description": "Check the status and retrieve results of a person research request via Happenstance.",
20564
+ "category": "third_party_api",
20565
+ "providers": [
20566
+ "multi"
20567
+ ],
20568
+ "parametersSchema": {
20569
+ "type": "object",
20570
+ "properties": {
20571
+ "researchId": {
20572
+ "type": "string",
20573
+ "description": "Path parameter: research_id"
20574
+ }
20575
+ },
20576
+ "required": [
20577
+ "researchId"
20578
+ ]
20579
+ },
20580
+ "requiresApiKey": false,
20581
+ "executionHint": "platform",
20582
+ "platformKeySupport": true,
20583
+ "managedExecution": {
20584
+ "kind": "orthogonal",
20585
+ "apiSlug": "happenstance",
20586
+ "pathTemplate": "/v1/research/{research_id}",
20587
+ "method": "GET",
20588
+ "verified": true,
20589
+ "listPrice": "0",
20590
+ "listPriceThousandths": 0,
20591
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
20592
+ "params": [
20593
+ {
20594
+ "toolName": "researchId",
20595
+ "wireName": "research_id",
20596
+ "location": "path",
20597
+ "type": "string",
20598
+ "required": true,
20599
+ "description": "Path parameter: research_id"
20600
+ }
20601
+ ]
20602
+ }
20603
+ },
20454
20604
  {
20455
20605
  "id": "orthogonal:hunter:domain_search",
20456
20606
  "idPrefix": "platform",
@@ -20501,7 +20651,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
20501
20651
  "pathTemplate": "/v2/domain-search",
20502
20652
  "method": "GET",
20503
20653
  "verified": false,
20504
- "catalogVersion": "2026-04-15T01:46:01.931Z",
20654
+ "listPrice": "0.01",
20655
+ "listPriceThousandths": 1e3,
20656
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
20505
20657
  "params": [
20506
20658
  {
20507
20659
  "toolName": "domain",
@@ -20602,7 +20754,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
20602
20754
  "pathTemplate": "/v2/email-finder",
20603
20755
  "method": "GET",
20604
20756
  "verified": false,
20605
- "catalogVersion": "2026-04-15T01:46:01.931Z",
20757
+ "listPrice": "0.01",
20758
+ "listPriceThousandths": 1e3,
20759
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
20606
20760
  "params": [
20607
20761
  {
20608
20762
  "toolName": "domain",
@@ -20685,7 +20839,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
20685
20839
  "pathTemplate": "/v2/email-verifier",
20686
20840
  "method": "GET",
20687
20841
  "verified": false,
20688
- "catalogVersion": "2026-04-15T01:46:01.931Z",
20842
+ "listPrice": "0.01",
20843
+ "listPriceThousandths": 1e3,
20844
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
20689
20845
  "params": [
20690
20846
  {
20691
20847
  "toolName": "email",
@@ -20728,7 +20884,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
20728
20884
  "pathTemplate": "/public/v1/creators/enrich/email/",
20729
20885
  "method": "POST",
20730
20886
  "verified": true,
20731
- "catalogVersion": "2026-04-15T01:46:01.931Z",
20887
+ "listPrice": "0.033",
20888
+ "listPriceThousandths": 3300,
20889
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
20732
20890
  "params": [
20733
20891
  {
20734
20892
  "toolName": "email",
@@ -20788,7 +20946,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
20788
20946
  "pathTemplate": "/public/v1/creators/enrich/handle/full/",
20789
20947
  "method": "POST",
20790
20948
  "verified": true,
20791
- "catalogVersion": "2026-04-15T01:46:01.931Z",
20949
+ "listPrice": "0.66",
20950
+ "listPriceThousandths": 66e3,
20951
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
20792
20952
  "params": [
20793
20953
  {
20794
20954
  "toolName": "handle",
@@ -20875,7 +21035,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
20875
21035
  "pathTemplate": "/public/v1/discovery/",
20876
21036
  "method": "POST",
20877
21037
  "verified": true,
20878
- "catalogVersion": "2026-04-15T01:46:01.931Z",
21038
+ "listPrice": "0.03",
21039
+ "listPriceThousandths": 3e3,
21040
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
20879
21041
  "params": [
20880
21042
  {
20881
21043
  "toolName": "platform",
@@ -20956,7 +21118,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
20956
21118
  "method": "POST",
20957
21119
  "verified": true,
20958
21120
  "docsUrl": "https://docs.linkup.so/pages/documentation/api-reference/endpoint/post-fetch",
20959
- "catalogVersion": "2026-04-15T01:46:01.931Z",
21121
+ "listPrice": "0.01",
21122
+ "listPriceThousandths": 1e3,
21123
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
20960
21124
  "params": [
20961
21125
  {
20962
21126
  "toolName": "url",
@@ -21084,7 +21248,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
21084
21248
  "method": "POST",
21085
21249
  "verified": true,
21086
21250
  "docsUrl": "https://docs.linkup.so/pages/documentation/api-reference/endpoint/post-search",
21087
- "catalogVersion": "2026-04-15T01:46:01.931Z",
21251
+ "listPrice": "0.01",
21252
+ "listPriceThousandths": 1e3,
21253
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
21088
21254
  "params": [
21089
21255
  {
21090
21256
  "toolName": "q",
@@ -21221,7 +21387,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
21221
21387
  "pathTemplate": "/search",
21222
21388
  "method": "GET",
21223
21389
  "verified": false,
21224
- "catalogVersion": "2026-04-15T01:46:01.931Z",
21390
+ "listPrice": "0.01",
21391
+ "listPriceThousandths": 1e3,
21392
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
21225
21393
  "params": [
21226
21394
  {
21227
21395
  "toolName": "q",
@@ -21274,7 +21442,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
21274
21442
  "pathTemplate": "/scrape",
21275
21443
  "method": "POST",
21276
21444
  "verified": true,
21277
- "catalogVersion": "2026-04-15T01:46:01.931Z",
21445
+ "listPrice": "0.01",
21446
+ "listPriceThousandths": 1e3,
21447
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
21278
21448
  "params": [
21279
21449
  {
21280
21450
  "toolName": "url",
@@ -21328,7 +21498,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
21328
21498
  "pathTemplate": "/scrape_from_html",
21329
21499
  "method": "POST",
21330
21500
  "verified": true,
21331
- "catalogVersion": "2026-04-15T01:46:01.931Z",
21501
+ "listPrice": "0.002",
21502
+ "listPriceThousandths": 200,
21503
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
21332
21504
  "params": [
21333
21505
  {
21334
21506
  "toolName": "frames",
@@ -21373,7 +21545,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
21373
21545
  "method": "GET",
21374
21546
  "verified": true,
21375
21547
  "docsUrl": "https://api.nyne.ai/documentation/company/enrichment",
21376
- "catalogVersion": "2026-04-15T01:46:01.931Z",
21548
+ "listPrice": "0",
21549
+ "listPriceThousandths": 0,
21550
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
21377
21551
  "params": [
21378
21552
  {
21379
21553
  "toolName": "requestId",
@@ -21418,7 +21592,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
21418
21592
  "method": "GET",
21419
21593
  "verified": true,
21420
21594
  "docsUrl": "https://api.nyne.ai/documentation/company/search",
21421
- "catalogVersion": "2026-04-15T01:46:01.931Z",
21595
+ "listPrice": "0",
21596
+ "listPriceThousandths": 0,
21597
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
21422
21598
  "params": [
21423
21599
  {
21424
21600
  "toolName": "requestId",
@@ -21463,7 +21639,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
21463
21639
  "method": "GET",
21464
21640
  "verified": true,
21465
21641
  "docsUrl": "https://api.nyne.ai/documentation/person/enrichment",
21466
- "catalogVersion": "2026-04-15T01:46:01.931Z",
21642
+ "listPrice": "0",
21643
+ "listPriceThousandths": 0,
21644
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
21467
21645
  "params": [
21468
21646
  {
21469
21647
  "toolName": "requestId",
@@ -21508,7 +21686,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
21508
21686
  "method": "GET",
21509
21687
  "verified": true,
21510
21688
  "docsUrl": "https://api.nyne.ai/documentation/person/search",
21511
- "catalogVersion": "2026-04-15T01:46:01.931Z",
21689
+ "listPrice": "0",
21690
+ "listPriceThousandths": 0,
21691
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
21512
21692
  "params": [
21513
21693
  {
21514
21694
  "toolName": "requestId",
@@ -21568,7 +21748,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
21568
21748
  "pathTemplate": "/v3/search/companies",
21569
21749
  "method": "POST",
21570
21750
  "verified": true,
21571
- "catalogVersion": "2026-04-15T01:46:01.931Z",
21751
+ "listPrice": "0.018",
21752
+ "listPriceThousandths": 1800,
21753
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
21572
21754
  "params": [
21573
21755
  {
21574
21756
  "toolName": "size",
@@ -21655,7 +21837,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
21655
21837
  "pathTemplate": "/v2/enrich/company",
21656
21838
  "method": "POST",
21657
21839
  "verified": true,
21658
- "catalogVersion": "2026-04-15T01:46:01.931Z",
21840
+ "listPrice": "0.01",
21841
+ "listPriceThousandths": 1e3,
21842
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
21659
21843
  "params": [
21660
21844
  {
21661
21845
  "toolName": "company",
@@ -21739,7 +21923,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
21739
21923
  "pathTemplate": "/v3/search/people",
21740
21924
  "method": "POST",
21741
21925
  "verified": true,
21742
- "catalogVersion": "2026-04-15T01:46:01.931Z",
21926
+ "listPrice": "0.018",
21927
+ "listPriceThousandths": 1800,
21928
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
21743
21929
  "params": [
21744
21930
  {
21745
21931
  "toolName": "size",
@@ -21834,7 +22020,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
21834
22020
  "pathTemplate": "/v2/enrich/person",
21835
22021
  "method": "POST",
21836
22022
  "verified": true,
21837
- "catalogVersion": "2026-04-15T01:46:01.931Z",
22023
+ "listPrice": "0.01",
22024
+ "listPriceThousandths": 1e3,
22025
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
21838
22026
  "params": [
21839
22027
  {
21840
22028
  "toolName": "person",
@@ -21891,7 +22079,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
21891
22079
  "method": "POST",
21892
22080
  "verified": true,
21893
22081
  "docsUrl": "https://docs.olostep.com/api-reference/answers/create",
21894
- "catalogVersion": "2026-04-15T01:46:01.931Z",
22082
+ "listPrice": "0.05",
22083
+ "listPriceThousandths": 5e3,
22084
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
21895
22085
  "params": [
21896
22086
  {
21897
22087
  "toolName": "task",
@@ -21991,7 +22181,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
21991
22181
  "method": "POST",
21992
22182
  "verified": true,
21993
22183
  "docsUrl": "https://docs.olostep.com/api-reference/crawls/create",
21994
- "catalogVersion": "2026-04-15T01:46:01.931Z",
22184
+ "listPrice": "0.05",
22185
+ "listPriceThousandths": 5e3,
22186
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
21995
22187
  "params": [
21996
22188
  {
21997
22189
  "toolName": "startUrl",
@@ -22146,7 +22338,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
22146
22338
  "method": "POST",
22147
22339
  "verified": true,
22148
22340
  "docsUrl": "https://docs.olostep.com/api-reference/maps/create",
22149
- "catalogVersion": "2026-04-15T01:46:01.931Z",
22341
+ "listPrice": "0.01",
22342
+ "listPriceThousandths": 1e3,
22343
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
22150
22344
  "params": [
22151
22345
  {
22152
22346
  "toolName": "url",
@@ -22309,7 +22503,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
22309
22503
  "method": "POST",
22310
22504
  "verified": true,
22311
22505
  "docsUrl": "https://docs.olostep.com/api/scrape",
22312
- "catalogVersion": "2026-04-15T01:46:01.931Z",
22506
+ "listPrice": "0.01",
22507
+ "listPriceThousandths": 1e3,
22508
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
22313
22509
  "params": [
22314
22510
  {
22315
22511
  "toolName": "url",
@@ -22455,7 +22651,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
22455
22651
  "pathTemplate": "/api/v1/enrich_company",
22456
22652
  "method": "POST",
22457
22653
  "verified": true,
22458
- "catalogVersion": "2026-04-15T01:46:01.931Z",
22654
+ "listPrice": "0.01",
22655
+ "listPriceThousandths": 1e3,
22656
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
22459
22657
  "params": [
22460
22658
  {
22461
22659
  "toolName": "companyWebsite",
@@ -22524,7 +22722,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
22524
22722
  "pathTemplate": "/api/v1/search",
22525
22723
  "method": "POST",
22526
22724
  "verified": true,
22527
- "catalogVersion": "2026-04-15T01:46:01.931Z",
22725
+ "listPrice": "0.01",
22726
+ "listPriceThousandths": 1e3,
22727
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
22528
22728
  "params": [
22529
22729
  {
22530
22730
  "toolName": "query",
@@ -22626,7 +22826,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
22626
22826
  "pathTemplate": "/v5/company/enrich",
22627
22827
  "method": "GET",
22628
22828
  "verified": true,
22629
- "catalogVersion": "2026-04-15T01:46:01.931Z",
22829
+ "listPrice": "0.11",
22830
+ "listPriceThousandths": 11e3,
22831
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
22630
22832
  "params": [
22631
22833
  {
22632
22834
  "toolName": "name",
@@ -22733,7 +22935,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
22733
22935
  "pathTemplate": "/v5/company/search",
22734
22936
  "method": "POST",
22735
22937
  "verified": true,
22736
- "catalogVersion": "2026-04-15T01:46:01.931Z",
22938
+ "listPrice": "0.11",
22939
+ "listPriceThousandths": 11e3,
22940
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
22737
22941
  "params": [
22738
22942
  {
22739
22943
  "toolName": "pretty",
@@ -22866,7 +23070,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
22866
23070
  "pathTemplate": "/v5/person/enrich",
22867
23071
  "method": "GET",
22868
23072
  "verified": true,
22869
- "catalogVersion": "2026-04-15T01:46:01.931Z",
23073
+ "listPrice": "0.35",
23074
+ "listPriceThousandths": 35e3,
23075
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
22870
23076
  "params": [
22871
23077
  {
22872
23078
  "toolName": "name",
@@ -23025,7 +23231,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
23025
23231
  "pathTemplate": "/v5/person/search",
23026
23232
  "method": "POST",
23027
23233
  "verified": true,
23028
- "catalogVersion": "2026-04-15T01:46:01.931Z",
23234
+ "listPrice": "0.35",
23235
+ "listPriceThousandths": 35e3,
23236
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
23029
23237
  "params": [
23030
23238
  {
23031
23239
  "toolName": "pretty",
@@ -23176,7 +23384,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
23176
23384
  "method": "POST",
23177
23385
  "verified": false,
23178
23386
  "docsUrl": "https://docs.perplexity.ai/api-reference/search-post",
23179
- "catalogVersion": "2026-04-15T01:46:01.931Z",
23387
+ "listPrice": "0.01",
23388
+ "listPriceThousandths": 1e3,
23389
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
23180
23390
  "params": [
23181
23391
  {
23182
23392
  "toolName": "query",
@@ -23326,7 +23536,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
23326
23536
  "method": "GET",
23327
23537
  "verified": true,
23328
23538
  "docsUrl": "https://api-docs.precip.ai/api/precipitation-data#daily-precipitation-data",
23329
- "catalogVersion": "2026-04-15T01:46:01.931Z",
23539
+ "listPrice": "0.01",
23540
+ "listPriceThousandths": 1e3,
23541
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
23330
23542
  "params": [
23331
23543
  {
23332
23544
  "toolName": "start",
@@ -23422,7 +23634,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
23422
23634
  "method": "GET",
23423
23635
  "verified": true,
23424
23636
  "docsUrl": "https://api-docs.precip.ai/api/precipitation-data#hourly-precipitation-data",
23425
- "catalogVersion": "2026-04-15T01:46:01.931Z",
23637
+ "listPrice": "0.01",
23638
+ "listPriceThousandths": 1e3,
23639
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
23426
23640
  "params": [
23427
23641
  {
23428
23642
  "toolName": "start",
@@ -23510,7 +23724,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
23510
23724
  "method": "GET",
23511
23725
  "verified": true,
23512
23726
  "docsUrl": "https://api-docs.precip.ai/api/precipitation-data#last-48-hours-precipitation-data",
23513
- "catalogVersion": "2026-04-15T01:46:01.931Z",
23727
+ "listPrice": "0.01",
23728
+ "listPriceThousandths": 1e3,
23729
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
23514
23730
  "params": [
23515
23731
  {
23516
23732
  "toolName": "longitude",
@@ -23573,7 +23789,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
23573
23789
  "pathTemplate": "/v3/companies/{id_or_domain}",
23574
23790
  "method": "GET",
23575
23791
  "verified": true,
23576
- "catalogVersion": "2026-04-15T01:46:01.931Z",
23792
+ "listPrice": "0.04",
23793
+ "listPriceThousandths": 4e3,
23794
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
23577
23795
  "params": [
23578
23796
  {
23579
23797
  "toolName": "idOrDomain",
@@ -23625,7 +23843,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
23625
23843
  "pathTemplate": "/v3/discover/companies",
23626
23844
  "method": "GET",
23627
23845
  "verified": true,
23628
- "catalogVersion": "2026-04-15T01:46:01.931Z",
23846
+ "listPrice": "0.04",
23847
+ "listPriceThousandths": 4e3,
23848
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
23629
23849
  "params": [
23630
23850
  {
23631
23851
  "toolName": "location",
@@ -23696,7 +23916,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
23696
23916
  "pathTemplate": "/v3/discover/job_openings",
23697
23917
  "method": "GET",
23698
23918
  "verified": true,
23699
- "catalogVersion": "2026-04-15T01:46:01.931Z",
23919
+ "listPrice": "0.04",
23920
+ "listPriceThousandths": 4e3,
23921
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
23700
23922
  "params": [
23701
23923
  {
23702
23924
  "toolName": "onetCodes",
@@ -23767,7 +23989,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
23767
23989
  "pathTemplate": "/v3/discover/news_events",
23768
23990
  "method": "GET",
23769
23991
  "verified": true,
23770
- "catalogVersion": "2026-04-15T01:46:01.931Z",
23992
+ "listPrice": "0.04",
23993
+ "listPriceThousandths": 4e3,
23994
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
23771
23995
  "params": [
23772
23996
  {
23773
23997
  "toolName": "page",
@@ -23840,7 +24064,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
23840
24064
  "method": "POST",
23841
24065
  "verified": true,
23842
24066
  "docsUrl": "https://docs.riveterhq.com/#tag/tools/post/scrape",
23843
- "catalogVersion": "2026-04-15T01:46:01.931Z",
24067
+ "listPrice": "0.01",
24068
+ "listPriceThousandths": 1e3,
24069
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
23844
24070
  "params": [
23845
24071
  {
23846
24072
  "toolName": "url",
@@ -23939,7 +24165,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
23939
24165
  "pathTemplate": "/v1/facebook/adLibrary/search/ads",
23940
24166
  "method": "GET",
23941
24167
  "verified": true,
23942
- "catalogVersion": "2026-04-15T01:46:01.931Z",
24168
+ "listPrice": "0.02",
24169
+ "listPriceThousandths": 2e3,
24170
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
23943
24171
  "params": [
23944
24172
  {
23945
24173
  "toolName": "query",
@@ -24066,7 +24294,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
24066
24294
  "pathTemplate": "/v1/google/search",
24067
24295
  "method": "GET",
24068
24296
  "verified": true,
24069
- "catalogVersion": "2026-04-15T01:46:01.931Z",
24297
+ "listPrice": "0.02",
24298
+ "listPriceThousandths": 2e3,
24299
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
24070
24300
  "params": [
24071
24301
  {
24072
24302
  "toolName": "query",
@@ -24121,7 +24351,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
24121
24351
  "pathTemplate": "/v1/instagram/profile",
24122
24352
  "method": "GET",
24123
24353
  "verified": true,
24124
- "catalogVersion": "2026-04-15T01:46:01.931Z",
24354
+ "listPrice": "0.02",
24355
+ "listPriceThousandths": 2e3,
24356
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
24125
24357
  "params": [
24126
24358
  {
24127
24359
  "toolName": "handle",
@@ -24172,7 +24404,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
24172
24404
  "pathTemplate": "/v1/linkedin/company",
24173
24405
  "method": "GET",
24174
24406
  "verified": true,
24175
- "catalogVersion": "2026-04-15T01:46:01.931Z",
24407
+ "listPrice": "0.02",
24408
+ "listPriceThousandths": 2e3,
24409
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
24176
24410
  "params": [
24177
24411
  {
24178
24412
  "toolName": "url",
@@ -24215,7 +24449,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
24215
24449
  "pathTemplate": "/v1/linkedin/profile",
24216
24450
  "method": "GET",
24217
24451
  "verified": true,
24218
- "catalogVersion": "2026-04-15T01:46:01.931Z",
24452
+ "listPrice": "0.02",
24453
+ "listPriceThousandths": 2e3,
24454
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
24219
24455
  "params": [
24220
24456
  {
24221
24457
  "toolName": "url",
@@ -24274,7 +24510,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
24274
24510
  "pathTemplate": "/v1/reddit/subreddit",
24275
24511
  "method": "GET",
24276
24512
  "verified": true,
24277
- "catalogVersion": "2026-04-15T01:46:01.931Z",
24513
+ "listPrice": "0.02",
24514
+ "listPriceThousandths": 2e3,
24515
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
24278
24516
  "params": [
24279
24517
  {
24280
24518
  "toolName": "subreddit",
@@ -24349,7 +24587,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
24349
24587
  "pathTemplate": "/v1/tiktok/profile",
24350
24588
  "method": "GET",
24351
24589
  "verified": true,
24352
- "catalogVersion": "2026-04-15T01:46:01.931Z",
24590
+ "listPrice": "0.02",
24591
+ "listPriceThousandths": 2e3,
24592
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
24353
24593
  "params": [
24354
24594
  {
24355
24595
  "toolName": "handle",
@@ -24392,7 +24632,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
24392
24632
  "pathTemplate": "/v1/twitter/profile",
24393
24633
  "method": "GET",
24394
24634
  "verified": true,
24395
- "catalogVersion": "2026-04-15T01:46:01.931Z",
24635
+ "listPrice": "0.02",
24636
+ "listPriceThousandths": 2e3,
24637
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
24396
24638
  "params": [
24397
24639
  {
24398
24640
  "toolName": "handle",
@@ -24439,7 +24681,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
24439
24681
  "pathTemplate": "/v1/twitter/user-tweets",
24440
24682
  "method": "GET",
24441
24683
  "verified": true,
24442
- "catalogVersion": "2026-04-15T01:46:01.931Z",
24684
+ "listPrice": "0.02",
24685
+ "listPriceThousandths": 2e3,
24686
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
24443
24687
  "params": [
24444
24688
  {
24445
24689
  "toolName": "handle",
@@ -24496,7 +24740,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
24496
24740
  "pathTemplate": "/v1/youtube/channel",
24497
24741
  "method": "GET",
24498
24742
  "verified": true,
24499
- "catalogVersion": "2026-04-15T01:46:01.931Z",
24743
+ "listPrice": "0.02",
24744
+ "listPriceThousandths": 2e3,
24745
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
24500
24746
  "params": [
24501
24747
  {
24502
24748
  "toolName": "channelId",
@@ -24555,7 +24801,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
24555
24801
  "pathTemplate": "/v1/youtube/video",
24556
24802
  "method": "GET",
24557
24803
  "verified": true,
24558
- "catalogVersion": "2026-04-15T01:46:01.931Z",
24804
+ "listPrice": "0.02",
24805
+ "listPriceThousandths": 2e3,
24806
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
24559
24807
  "params": [
24560
24808
  {
24561
24809
  "toolName": "url",
@@ -24569,10 +24817,10 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
24569
24817
  }
24570
24818
  },
24571
24819
  {
24572
- "id": "orthogonal:scrapegraph:markdownify",
24820
+ "id": "orthogonal:scrapegraphai:extract",
24573
24821
  "idPrefix": "platform",
24574
- "name": "ScrapeGraph Markdownify",
24575
- "description": "Convert any webpage to clean, LLM-friendly Markdown via ScrapeGraph.",
24822
+ "name": "ScrapeGraphAI Extract",
24823
+ "description": "Extract structured data from a URL using AI \u2014 provide a prompt and get back structured results via ScrapeGraphAI.",
24576
24824
  "category": "web_scraping",
24577
24825
  "providers": [
24578
24826
  "multi"
@@ -24580,68 +24828,128 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
24580
24828
  "parametersSchema": {
24581
24829
  "type": "object",
24582
24830
  "properties": {
24583
- "websiteUrl": {
24831
+ "prompt": {
24584
24832
  "type": "string",
24585
- "description": "The URL of the webpage you want to convert to markdown."
24833
+ "description": "Extraction prompt (1-10000 chars)"
24586
24834
  },
24587
- "headers": {
24835
+ "url": {
24836
+ "type": "string",
24837
+ "description": "URL to extract from"
24838
+ },
24839
+ "html": {
24840
+ "type": "string",
24841
+ "description": "Raw HTML to extract from"
24842
+ },
24843
+ "markdown": {
24844
+ "type": "string",
24845
+ "description": "Markdown to extract from"
24846
+ },
24847
+ "schema": {
24588
24848
  "type": "object",
24589
- "description": "Optional headers to send with the request, including cookies and user agent"
24849
+ "description": "JSON schema for structured output"
24590
24850
  },
24591
- "stealth": {
24592
- "type": "boolean",
24593
- "description": "Enable stealth mode to bypass bot protection using advanced anti-detection techniques. Adds +4 credits to the request cost"
24851
+ "mode": {
24852
+ "type": "string",
24853
+ "description": "Content mode: normal, reader, or prune"
24854
+ },
24855
+ "contentType": {
24856
+ "type": "string",
24857
+ "description": "Force content type"
24858
+ },
24859
+ "fetchConfig": {
24860
+ "type": "object",
24861
+ "description": "Fetch options: mode, stealth, timeout, wait, headers, cookies, country, scrolls"
24594
24862
  }
24595
24863
  },
24596
24864
  "required": [
24597
- "websiteUrl"
24865
+ "prompt"
24598
24866
  ]
24599
24867
  },
24600
- "documentationUrl": "https://docs.scrapegraphai.com/api-reference/endpoint/markdownify/start",
24601
24868
  "requiresApiKey": false,
24602
24869
  "executionHint": "platform",
24603
24870
  "platformKeySupport": true,
24604
24871
  "managedExecution": {
24605
24872
  "kind": "orthogonal",
24606
- "apiSlug": "scrapegraph",
24607
- "pathTemplate": "/v1/markdownify",
24873
+ "apiSlug": "scrapegraphai",
24874
+ "pathTemplate": "/api/extract",
24608
24875
  "method": "POST",
24609
24876
  "verified": true,
24610
- "docsUrl": "https://docs.scrapegraphai.com/api-reference/endpoint/markdownify/start",
24611
- "catalogVersion": "2026-04-15T01:46:01.931Z",
24877
+ "listPrice": "0.025",
24878
+ "listPriceThousandths": 2500,
24879
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
24612
24880
  "params": [
24613
24881
  {
24614
- "toolName": "websiteUrl",
24615
- "wireName": "website_url",
24882
+ "toolName": "prompt",
24883
+ "wireName": "prompt",
24616
24884
  "location": "body",
24617
24885
  "type": "string",
24618
24886
  "required": true,
24619
- "description": "The URL of the webpage you want to convert to markdown."
24887
+ "description": "Extraction prompt (1-10000 chars)"
24620
24888
  },
24621
24889
  {
24622
- "toolName": "headers",
24623
- "wireName": "headers",
24890
+ "toolName": "url",
24891
+ "wireName": "url",
24892
+ "location": "body",
24893
+ "type": "string",
24894
+ "required": false,
24895
+ "description": "URL to extract from"
24896
+ },
24897
+ {
24898
+ "toolName": "html",
24899
+ "wireName": "html",
24900
+ "location": "body",
24901
+ "type": "string",
24902
+ "required": false,
24903
+ "description": "Raw HTML to extract from"
24904
+ },
24905
+ {
24906
+ "toolName": "markdown",
24907
+ "wireName": "markdown",
24908
+ "location": "body",
24909
+ "type": "string",
24910
+ "required": false,
24911
+ "description": "Markdown to extract from"
24912
+ },
24913
+ {
24914
+ "toolName": "schema",
24915
+ "wireName": "schema",
24624
24916
  "location": "body",
24625
24917
  "type": "object",
24626
24918
  "required": false,
24627
- "description": "Optional headers to send with the request, including cookies and user agent"
24919
+ "description": "JSON schema for structured output"
24628
24920
  },
24629
24921
  {
24630
- "toolName": "stealth",
24631
- "wireName": "stealth",
24922
+ "toolName": "mode",
24923
+ "wireName": "mode",
24632
24924
  "location": "body",
24633
- "type": "boolean",
24925
+ "type": "string",
24926
+ "required": false,
24927
+ "description": "Content mode: normal, reader, or prune"
24928
+ },
24929
+ {
24930
+ "toolName": "contentType",
24931
+ "wireName": "contentType",
24932
+ "location": "body",
24933
+ "type": "string",
24634
24934
  "required": false,
24635
- "description": "Enable stealth mode to bypass bot protection using advanced anti-detection techniques. Adds +4 credits to the request cost"
24935
+ "description": "Force content type"
24936
+ },
24937
+ {
24938
+ "toolName": "fetchConfig",
24939
+ "wireName": "fetchConfig",
24940
+ "location": "body",
24941
+ "type": "object",
24942
+ "required": false,
24943
+ "description": "Fetch options: mode, stealth, timeout, wait, headers, cookies, country, scrolls"
24636
24944
  }
24637
24945
  ]
24638
24946
  }
24639
24947
  },
24640
24948
  {
24641
- "id": "orthogonal:scrapegraph:searchscraper",
24949
+ "id": "orthogonal:scrapegraphai:scrape",
24642
24950
  "idPrefix": "platform",
24643
- "name": "ScrapeGraph Search Scraper",
24644
- "description": "Search the web and extract structured data from the results using AI via ScrapeGraph.",
24951
+ "name": "ScrapeGraphAI Scrape",
24952
+ "description": "Fetch a URL and return its content as markdown, HTML, links, or images via ScrapeGraphAI.",
24645
24953
  "category": "web_scraping",
24646
24954
  "providers": [
24647
24955
  "multi"
@@ -24649,92 +24957,83 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
24649
24957
  "parametersSchema": {
24650
24958
  "type": "object",
24651
24959
  "properties": {
24652
- "userPrompt": {
24960
+ "url": {
24653
24961
  "type": "string",
24654
- "description": "The search query or question you want to ask. This should be a clear and specific prompt that will guide the AI in finding and extracting relevant information. Example: \u201CWhat is the latest version of Python and what are its main features?\u201D"
24655
- },
24656
- "headers": {
24657
- "type": "object",
24658
- "description": 'Optional headers to customize the search behavior. This can include user agent, cookies, or other HTTP headers. Example: { "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36", "Cookie": "cookie1=value1; cookie2=value2" }'
24962
+ "description": "URL to scrape"
24659
24963
  },
24660
- "outputSchema": {
24661
- "type": "object",
24662
- "description": 'Optional schema to structure the output. If provided, the AI will attempt to format the results according to this schema. Example: { "properties": { "version": {"type": "string"}, "release_date": {"type": "string"}, "major_features": {"type": "array", "items": {"type": "string"}} }, "required": ["version", "release_date", "major_features"] }'
24964
+ "formats": {
24965
+ "type": "array",
24966
+ "description": 'Output formats array. Each item has a type (markdown, html, screenshot, json, links, images, summary, branding) and optional mode (normal, reader, prune). Defaults to [{"type":"markdown","mode":"normal"}]',
24967
+ "items": {
24968
+ "type": "string"
24969
+ }
24663
24970
  },
24664
- "mock": {
24971
+ "contentType": {
24665
24972
  "type": "string",
24666
- "description": "Optional parameter to enable mock mode. When set to true, the request will return mock data instead of performing an actual search. Useful for testing and development. Default: false"
24973
+ "description": "Force content type (text/html, application/pdf, image/jpeg, etc.)"
24667
24974
  },
24668
- "stealth": {
24669
- "type": "boolean",
24670
- "description": "Optional parameter to enable stealth mode. When set to true, the scraper will use advanced anti-detection techniques to bypass bot protection and access protected websites. Adds +4 credits to the request cost. Default: false"
24975
+ "fetchConfig": {
24976
+ "type": "object",
24977
+ "description": "Fetch options: mode (auto/fast/js), stealth (bool), timeout (ms), wait (ms), headers, cookies, country (2-letter), scrolls (0-100)"
24671
24978
  }
24672
24979
  },
24673
24980
  "required": [
24674
- "userPrompt"
24981
+ "url"
24675
24982
  ]
24676
24983
  },
24677
- "documentationUrl": "https://docs.scrapegraphai.com/api-reference/endpoint/searchscraper/start",
24678
24984
  "requiresApiKey": false,
24679
24985
  "executionHint": "platform",
24680
24986
  "platformKeySupport": true,
24681
24987
  "managedExecution": {
24682
24988
  "kind": "orthogonal",
24683
- "apiSlug": "scrapegraph",
24684
- "pathTemplate": "/v1/searchscraper",
24989
+ "apiSlug": "scrapegraphai",
24990
+ "pathTemplate": "/api/scrape",
24685
24991
  "method": "POST",
24686
24992
  "verified": true,
24687
- "docsUrl": "https://docs.scrapegraphai.com/api-reference/endpoint/searchscraper/start",
24688
- "catalogVersion": "2026-04-15T01:46:01.931Z",
24993
+ "listPrice": "0.005",
24994
+ "listPriceThousandths": 500,
24995
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
24689
24996
  "params": [
24690
24997
  {
24691
- "toolName": "userPrompt",
24692
- "wireName": "user_prompt",
24998
+ "toolName": "url",
24999
+ "wireName": "url",
24693
25000
  "location": "body",
24694
25001
  "type": "string",
24695
25002
  "required": true,
24696
- "description": "The search query or question you want to ask. This should be a clear and specific prompt that will guide the AI in finding and extracting relevant information. Example: \u201CWhat is the latest version of Python and what are its main features?\u201D"
24697
- },
24698
- {
24699
- "toolName": "headers",
24700
- "wireName": "headers",
24701
- "location": "body",
24702
- "type": "object",
24703
- "required": false,
24704
- "description": 'Optional headers to customize the search behavior. This can include user agent, cookies, or other HTTP headers. Example: { "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36", "Cookie": "cookie1=value1; cookie2=value2" }'
25003
+ "description": "URL to scrape"
24705
25004
  },
24706
25005
  {
24707
- "toolName": "outputSchema",
24708
- "wireName": "output_schema",
25006
+ "toolName": "formats",
25007
+ "wireName": "formats",
24709
25008
  "location": "body",
24710
- "type": "object",
25009
+ "type": "array",
24711
25010
  "required": false,
24712
- "description": 'Optional schema to structure the output. If provided, the AI will attempt to format the results according to this schema. Example: { "properties": { "version": {"type": "string"}, "release_date": {"type": "string"}, "major_features": {"type": "array", "items": {"type": "string"}} }, "required": ["version", "release_date", "major_features"] }'
25011
+ "description": 'Output formats array. Each item has a type (markdown, html, screenshot, json, links, images, summary, branding) and optional mode (normal, reader, prune). Defaults to [{"type":"markdown","mode":"normal"}]'
24713
25012
  },
24714
25013
  {
24715
- "toolName": "mock",
24716
- "wireName": "mock",
25014
+ "toolName": "contentType",
25015
+ "wireName": "contentType",
24717
25016
  "location": "body",
24718
25017
  "type": "string",
24719
25018
  "required": false,
24720
- "description": "Optional parameter to enable mock mode. When set to true, the request will return mock data instead of performing an actual search. Useful for testing and development. Default: false"
25019
+ "description": "Force content type (text/html, application/pdf, image/jpeg, etc.)"
24721
25020
  },
24722
25021
  {
24723
- "toolName": "stealth",
24724
- "wireName": "stealth",
25022
+ "toolName": "fetchConfig",
25023
+ "wireName": "fetchConfig",
24725
25024
  "location": "body",
24726
- "type": "boolean",
25025
+ "type": "object",
24727
25026
  "required": false,
24728
- "description": "Optional parameter to enable stealth mode. When set to true, the scraper will use advanced anti-detection techniques to bypass bot protection and access protected websites. Adds +4 credits to the request cost. Default: false"
25027
+ "description": "Fetch options: mode (auto/fast/js), stealth (bool), timeout (ms), wait (ms), headers, cookies, country (2-letter), scrolls (0-100)"
24729
25028
  }
24730
25029
  ]
24731
25030
  }
24732
25031
  },
24733
25032
  {
24734
- "id": "orthogonal:scrapegraph:smartscraper",
25033
+ "id": "orthogonal:scrapegraphai:search",
24735
25034
  "idPrefix": "platform",
24736
- "name": "ScrapeGraph Smart Scraper",
24737
- "description": "Extract structured data from any webpage using AI \u2014 provide a prompt and a URL via ScrapeGraph.",
25035
+ "name": "ScrapeGraphAI Search",
25036
+ "description": "Search the web and extract structured data from top results using AI via ScrapeGraphAI.",
24738
25037
  "category": "web_scraping",
24739
25038
  "providers": [
24740
25039
  "multi"
@@ -24742,183 +25041,131 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
24742
25041
  "parametersSchema": {
24743
25042
  "type": "object",
24744
25043
  "properties": {
24745
- "userPrompt": {
25044
+ "query": {
24746
25045
  "type": "string",
24747
- "description": "Natural language description of what information you want to extract from the webpage."
25046
+ "description": "Search query (1-500 chars)"
24748
25047
  },
24749
- "websiteUrl": {
25048
+ "numResults": {
25049
+ "type": "number",
25050
+ "description": "Number of results to scrape (1-20, default 3)"
25051
+ },
25052
+ "format": {
24750
25053
  "type": "string",
24751
- "description": "The URL of the webpage you want to extract information from. You must provide exactly one of: website_url, website_html, or website_markdown."
25054
+ "description": "Output format: html or markdown (default markdown)"
24752
25055
  },
24753
- "websiteHtml": {
25056
+ "mode": {
24754
25057
  "type": "string",
24755
- "description": "Raw HTML content to process directly (max 2MB). Mutually exclusive with website_url and website_markdown. Useful when you already have HTML content cached or want to process modified HTML."
25058
+ "description": "Content mode: normal, reader, or prune (default prune)"
24756
25059
  },
24757
- "headers": {
24758
- "type": "object",
24759
- "description": 'Optional custom HTTP headers to send with the request. Useful for setting User-Agent, cookies, authentication tokens, and other request metadata. Example: {"User-Agent": "Mozilla/5.0...", "Cookie": "session=abc123"}'
25060
+ "prompt": {
25061
+ "type": "string",
25062
+ "description": "LLM extraction prompt (1-10000 chars)"
24760
25063
  },
24761
- "outputSchema": {
25064
+ "schema": {
24762
25065
  "type": "object",
24763
- "description": "Optional schema to structure the output. If provided, the AI will attempt to format the results according to this schema."
25066
+ "description": "JSON schema for structured extraction"
24764
25067
  },
24765
- "stealth": {
24766
- "type": "boolean",
24767
- "description": "Enable stealth mode to bypass bot protection using advanced anti-detection techniques. Adds +4 credits to the request cost"
24768
- },
24769
- "websiteMarkdown": {
25068
+ "locationGeoCode": {
24770
25069
  "type": "string",
24771
- "description": "Raw Markdown content to process directly (max 2MB). Mutually exclusive with website_url and website_html. Perfect for extracting structured data from Markdown documentation, README files, or any content already in Markdown format."
24772
- },
24773
- "totalPages": {
24774
- "type": "number",
24775
- "description": "Optional parameter to enable pagination and scrape multiple pages. Specify the number of pages to extract data from. Default: 1 Range: 1-100"
24776
- },
24777
- "numberOfScrolls": {
24778
- "type": "number",
24779
- "description": "Optional parameter for infinite scroll pages. Specify how many times to scroll down to load more content before extraction. Default: 0 Range: 0-50"
24780
- },
24781
- "renderHeavyJs": {
24782
- "type": "boolean",
24783
- "description": "Optional parameter to enable enhanced JavaScript rendering for heavy JS websites (React, Vue, Angular, SPAs). Use when standard rendering doesn\u2019t capture all content. Default: false"
25070
+ "description": "Geo code for location-based results (max 10 chars)"
24784
25071
  },
24785
- "mock": {
24786
- "type": "boolean",
24787
- "description": "Optional parameter to enable mock mode. When set to true, the request will return mock data instead of performing an actual extraction. Useful for testing and development. Default: false"
25072
+ "timeRange": {
25073
+ "type": "string",
25074
+ "description": "Time filter: past_hour, past_24_hours, past_week, past_month, past_year"
24788
25075
  },
24789
- "cookies": {
25076
+ "fetchConfig": {
24790
25077
  "type": "object",
24791
- "description": 'Optional cookies object for authentication and session management. Useful for accessing authenticated pages or maintaining session state. Example: {"session_id": "abc123", "auth_token": "xyz789"}'
24792
- },
24793
- "steps": {
24794
- "type": "array",
24795
- "description": 'Optional array of interaction steps to perform on the webpage before extraction. Each step is a string describing the action to take (e.g., \u201Cclick on filter button\u201D, \u201Cwait for results to load\u201D). Example: ["click on search button", "type query in search box", "wait for results"]',
24796
- "items": {
24797
- "type": "string"
24798
- }
25078
+ "description": "Fetch options"
24799
25079
  }
24800
25080
  },
24801
25081
  "required": [
24802
- "userPrompt",
24803
- "websiteUrl"
25082
+ "query"
24804
25083
  ]
24805
25084
  },
24806
- "documentationUrl": "https://docs.scrapegraphai.com/api-reference/endpoint/smartscraper/start",
24807
25085
  "requiresApiKey": false,
24808
25086
  "executionHint": "platform",
24809
25087
  "platformKeySupport": true,
24810
25088
  "managedExecution": {
24811
25089
  "kind": "orthogonal",
24812
- "apiSlug": "scrapegraph",
24813
- "pathTemplate": "/v1/smartscraper",
25090
+ "apiSlug": "scrapegraphai",
25091
+ "pathTemplate": "/api/search",
24814
25092
  "method": "POST",
24815
25093
  "verified": true,
24816
- "docsUrl": "https://docs.scrapegraphai.com/api-reference/endpoint/smartscraper/start",
24817
- "catalogVersion": "2026-04-15T01:46:01.931Z",
25094
+ "listPrice": "0.075",
25095
+ "listPriceThousandths": 7500,
25096
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
24818
25097
  "params": [
24819
25098
  {
24820
- "toolName": "userPrompt",
24821
- "wireName": "user_prompt",
24822
- "location": "body",
24823
- "type": "string",
24824
- "required": true,
24825
- "description": "Natural language description of what information you want to extract from the webpage."
24826
- },
24827
- {
24828
- "toolName": "websiteUrl",
24829
- "wireName": "website_url",
25099
+ "toolName": "query",
25100
+ "wireName": "query",
24830
25101
  "location": "body",
24831
25102
  "type": "string",
24832
25103
  "required": true,
24833
- "description": "The URL of the webpage you want to extract information from. You must provide exactly one of: website_url, website_html, or website_markdown."
24834
- },
24835
- {
24836
- "toolName": "websiteHtml",
24837
- "wireName": "website_html",
24838
- "location": "body",
24839
- "type": "string",
24840
- "required": false,
24841
- "description": "Raw HTML content to process directly (max 2MB). Mutually exclusive with website_url and website_markdown. Useful when you already have HTML content cached or want to process modified HTML."
24842
- },
24843
- {
24844
- "toolName": "headers",
24845
- "wireName": "headers",
24846
- "location": "body",
24847
- "type": "object",
24848
- "required": false,
24849
- "description": 'Optional custom HTTP headers to send with the request. Useful for setting User-Agent, cookies, authentication tokens, and other request metadata. Example: {"User-Agent": "Mozilla/5.0...", "Cookie": "session=abc123"}'
25104
+ "description": "Search query (1-500 chars)"
24850
25105
  },
24851
25106
  {
24852
- "toolName": "outputSchema",
24853
- "wireName": "output_schema",
25107
+ "toolName": "numResults",
25108
+ "wireName": "numResults",
24854
25109
  "location": "body",
24855
- "type": "object",
25110
+ "type": "number",
24856
25111
  "required": false,
24857
- "description": "Optional schema to structure the output. If provided, the AI will attempt to format the results according to this schema."
25112
+ "description": "Number of results to scrape (1-20, default 3)"
24858
25113
  },
24859
25114
  {
24860
- "toolName": "stealth",
24861
- "wireName": "stealth",
25115
+ "toolName": "format",
25116
+ "wireName": "format",
24862
25117
  "location": "body",
24863
- "type": "boolean",
25118
+ "type": "string",
24864
25119
  "required": false,
24865
- "description": "Enable stealth mode to bypass bot protection using advanced anti-detection techniques. Adds +4 credits to the request cost"
25120
+ "description": "Output format: html or markdown (default markdown)"
24866
25121
  },
24867
25122
  {
24868
- "toolName": "websiteMarkdown",
24869
- "wireName": " website_markdown",
25123
+ "toolName": "mode",
25124
+ "wireName": "mode",
24870
25125
  "location": "body",
24871
25126
  "type": "string",
24872
25127
  "required": false,
24873
- "description": "Raw Markdown content to process directly (max 2MB). Mutually exclusive with website_url and website_html. Perfect for extracting structured data from Markdown documentation, README files, or any content already in Markdown format."
25128
+ "description": "Content mode: normal, reader, or prune (default prune)"
24874
25129
  },
24875
25130
  {
24876
- "toolName": "totalPages",
24877
- "wireName": "total_pages",
25131
+ "toolName": "prompt",
25132
+ "wireName": "prompt",
24878
25133
  "location": "body",
24879
- "type": "number",
25134
+ "type": "string",
24880
25135
  "required": false,
24881
- "description": "Optional parameter to enable pagination and scrape multiple pages. Specify the number of pages to extract data from. Default: 1 Range: 1-100"
25136
+ "description": "LLM extraction prompt (1-10000 chars)"
24882
25137
  },
24883
25138
  {
24884
- "toolName": "numberOfScrolls",
24885
- "wireName": " number_of_scrolls",
25139
+ "toolName": "schema",
25140
+ "wireName": "schema",
24886
25141
  "location": "body",
24887
- "type": "number",
25142
+ "type": "object",
24888
25143
  "required": false,
24889
- "description": "Optional parameter for infinite scroll pages. Specify how many times to scroll down to load more content before extraction. Default: 0 Range: 0-50"
25144
+ "description": "JSON schema for structured extraction"
24890
25145
  },
24891
25146
  {
24892
- "toolName": "renderHeavyJs",
24893
- "wireName": " render_heavy_js",
25147
+ "toolName": "locationGeoCode",
25148
+ "wireName": "locationGeoCode",
24894
25149
  "location": "body",
24895
- "type": "boolean",
25150
+ "type": "string",
24896
25151
  "required": false,
24897
- "description": "Optional parameter to enable enhanced JavaScript rendering for heavy JS websites (React, Vue, Angular, SPAs). Use when standard rendering doesn\u2019t capture all content. Default: false"
25152
+ "description": "Geo code for location-based results (max 10 chars)"
24898
25153
  },
24899
25154
  {
24900
- "toolName": "mock",
24901
- "wireName": " mock",
25155
+ "toolName": "timeRange",
25156
+ "wireName": "timeRange",
24902
25157
  "location": "body",
24903
- "type": "boolean",
25158
+ "type": "string",
24904
25159
  "required": false,
24905
- "description": "Optional parameter to enable mock mode. When set to true, the request will return mock data instead of performing an actual extraction. Useful for testing and development. Default: false"
25160
+ "description": "Time filter: past_hour, past_24_hours, past_week, past_month, past_year"
24906
25161
  },
24907
25162
  {
24908
- "toolName": "cookies",
24909
- "wireName": " cookies",
25163
+ "toolName": "fetchConfig",
25164
+ "wireName": "fetchConfig",
24910
25165
  "location": "body",
24911
25166
  "type": "object",
24912
25167
  "required": false,
24913
- "description": 'Optional cookies object for authentication and session management. Useful for accessing authenticated pages or maintaining session state. Example: {"session_id": "abc123", "auth_token": "xyz789"}'
24914
- },
24915
- {
24916
- "toolName": "steps",
24917
- "wireName": " steps",
24918
- "location": "body",
24919
- "type": "array",
24920
- "required": false,
24921
- "description": 'Optional array of interaction steps to perform on the webpage before extraction. Each step is a string describing the action to take (e.g., \u201Cclick on filter button\u201D, \u201Cwait for results to load\u201D). Example: ["click on search button", "type query in search box", "wait for results"]'
25168
+ "description": "Fetch options"
24922
25169
  }
24923
25170
  ]
24924
25171
  }
@@ -24976,7 +25223,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
24976
25223
  "method": "POST",
24977
25224
  "verified": true,
24978
25225
  "docsUrl": "https://docs.sixtyfour.ai/api-reference/endpoint/enrich-company",
24979
- "catalogVersion": "2026-04-15T01:46:01.931Z",
25226
+ "listPrice": "0.1",
25227
+ "listPriceThousandths": 1e4,
25228
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
24980
25229
  "params": [
24981
25230
  {
24982
25231
  "toolName": "targetCompany",
@@ -25070,7 +25319,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
25070
25319
  "method": "POST",
25071
25320
  "verified": true,
25072
25321
  "docsUrl": "https://docs.sixtyfour.ai/api-reference/endpoint/enrich-lead",
25073
- "catalogVersion": "2026-04-15T01:46:01.931Z",
25322
+ "listPrice": "0.1",
25323
+ "listPriceThousandths": 1e4,
25324
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
25074
25325
  "params": [
25075
25326
  {
25076
25327
  "toolName": "leadInfo",
@@ -25135,7 +25386,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
25135
25386
  "method": "POST",
25136
25387
  "verified": true,
25137
25388
  "docsUrl": "https://docs.sixtyfour.ai/api-reference/endpoint/find-email",
25138
- "catalogVersion": "2026-04-15T01:46:01.931Z",
25389
+ "listPrice": "0.05",
25390
+ "listPriceThousandths": 5e3,
25391
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
25139
25392
  "params": [
25140
25393
  {
25141
25394
  "toolName": "lead",
@@ -25208,7 +25461,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
25208
25461
  "method": "POST",
25209
25462
  "verified": true,
25210
25463
  "docsUrl": "https://docs.sixtyfour.ai/api-reference/endpoint/find-phone",
25211
- "catalogVersion": "2026-04-15T01:46:01.931Z",
25464
+ "listPrice": "0.3",
25465
+ "listPriceThousandths": 3e4,
25466
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
25212
25467
  "params": [
25213
25468
  {
25214
25469
  "toolName": "lead",
@@ -25322,9 +25577,11 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
25322
25577
  "apiSlug": "tavily",
25323
25578
  "pathTemplate": "/extract",
25324
25579
  "method": "POST",
25325
- "verified": false,
25580
+ "verified": true,
25326
25581
  "docsUrl": "https://docs.tavily.com/documentation/api-reference/endpoint/extract",
25327
- "catalogVersion": "2026-04-15T01:46:01.931Z",
25582
+ "listPrice": "0.01",
25583
+ "listPriceThousandths": 1e3,
25584
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
25328
25585
  "params": [
25329
25586
  {
25330
25587
  "toolName": "urls",
@@ -25439,9 +25696,11 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
25439
25696
  "apiSlug": "tavily",
25440
25697
  "pathTemplate": "/research",
25441
25698
  "method": "POST",
25442
- "verified": false,
25699
+ "verified": true,
25443
25700
  "docsUrl": "https://docs.tavily.com/documentation/api-reference/endpoint/research",
25444
- "catalogVersion": "2026-04-15T01:46:01.931Z",
25701
+ "listPrice": "0.5",
25702
+ "listPriceThousandths": 5e4,
25703
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
25445
25704
  "params": [
25446
25705
  {
25447
25706
  "toolName": "input",
@@ -25586,9 +25845,11 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
25586
25845
  "apiSlug": "tavily",
25587
25846
  "pathTemplate": "/search",
25588
25847
  "method": "POST",
25589
- "verified": false,
25848
+ "verified": true,
25590
25849
  "docsUrl": "https://docs.tavily.com/documentation/api-reference/endpoint/search",
25591
- "catalogVersion": "2026-04-15T01:46:01.931Z",
25850
+ "listPrice": "0.01",
25851
+ "listPriceThousandths": 1e3,
25852
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
25592
25853
  "params": [
25593
25854
  {
25594
25855
  "toolName": "query",
@@ -25778,7 +26039,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
25778
26039
  "method": "POST",
25779
26040
  "verified": false,
25780
26041
  "docsUrl": "https://docs.textbelt.com",
25781
- "catalogVersion": "2026-04-15T01:46:01.931Z",
26042
+ "listPrice": "0.025",
26043
+ "listPriceThousandths": 2500,
26044
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
25782
26045
  "params": [
25783
26046
  {
25784
26047
  "toolName": "phone",
@@ -25874,7 +26137,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
25874
26137
  "pathTemplate": "/v1/domain-search",
25875
26138
  "method": "GET",
25876
26139
  "verified": true,
25877
- "catalogVersion": "2026-04-15T01:46:01.931Z",
26140
+ "listPrice": "0.01",
26141
+ "listPriceThousandths": 1e3,
26142
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
25878
26143
  "params": [
25879
26144
  {
25880
26145
  "toolName": "domain",
@@ -25978,7 +26243,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
25978
26243
  "pathTemplate": "/v1/email-finder",
25979
26244
  "method": "GET",
25980
26245
  "verified": true,
25981
- "catalogVersion": "2026-04-15T01:46:01.931Z",
26246
+ "listPrice": "0.01",
26247
+ "listPriceThousandths": 1e3,
26248
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
25982
26249
  "params": [
25983
26250
  {
25984
26251
  "toolName": "domain",
@@ -26061,7 +26328,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
26061
26328
  "pathTemplate": "/v1/email-verifier",
26062
26329
  "method": "GET",
26063
26330
  "verified": true,
26064
- "catalogVersion": "2026-04-15T01:46:01.931Z",
26331
+ "listPrice": "0.01",
26332
+ "listPriceThousandths": 1e3,
26333
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
26065
26334
  "params": [
26066
26335
  {
26067
26336
  "toolName": "email",
@@ -26108,7 +26377,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
26108
26377
  "pathTemplate": "/v1/enrich",
26109
26378
  "method": "GET",
26110
26379
  "verified": true,
26111
- "catalogVersion": "2026-04-15T01:46:01.931Z",
26380
+ "listPrice": "0.01",
26381
+ "listPriceThousandths": 1e3,
26382
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
26112
26383
  "params": [
26113
26384
  {
26114
26385
  "toolName": "email",
@@ -26163,7 +26434,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
26163
26434
  "pathTemplate": "/v1/linkedin",
26164
26435
  "method": "GET",
26165
26436
  "verified": true,
26166
- "catalogVersion": "2026-04-15T01:46:01.931Z",
26437
+ "listPrice": "0.01",
26438
+ "listPriceThousandths": 1e3,
26439
+ "catalogVersion": "2026-05-21T03:13:45.963Z",
26167
26440
  "params": [
26168
26441
  {
26169
26442
  "toolName": "url",
@@ -26192,14 +26465,20 @@ var ORTHOGONAL_API_NAMES = {
26192
26465
  "aviato": "Aviato",
26193
26466
  "baseten": "Baseten Model APIs",
26194
26467
  "brand-dev": "Brand.dev API",
26468
+ "captaindata": "CaptainData",
26469
+ "company-enrich": "Company Enrich",
26195
26470
  "contactout": "ContactOut",
26471
+ "context-dev": "Context.dev",
26196
26472
  "coresignal": "Coresignal",
26197
26473
  "crustdata": "Crustdata",
26198
26474
  "didit": "Didit API",
26199
26475
  "dome": "Dome API",
26476
+ "edges": "Edges",
26477
+ "elevenlabs": "ElevenLabs",
26200
26478
  "exa": "Exa API",
26201
26479
  "fiber": "Fiber AI API",
26202
26480
  "fundable": "Fundable",
26481
+ "happenstance": "Happenstance",
26203
26482
  "hunter": "Hunter",
26204
26483
  "influencers-club": "Influencers Club",
26205
26484
  "jina-s": "Jina Search Foundation API",
@@ -26211,6 +26490,8 @@ var ORTHOGONAL_API_NAMES = {
26211
26490
  "nyne": "Nyne.ai",
26212
26491
  "ocean-io": "Ocean.io",
26213
26492
  "olostep": "Olostep API",
26493
+ "openai": "OpenAI",
26494
+ "openfunnel": "OpenFunnel",
26214
26495
  "openmart": "Openmart",
26215
26496
  "parallel": "Parallel API",
26216
26497
  "peopledatalabs": "People Data Labs",
@@ -26219,8 +26500,9 @@ var ORTHOGONAL_API_NAMES = {
26219
26500
  "predictleads": "PredictLeads",
26220
26501
  "riveter": "Riveter API",
26221
26502
  "scrapecreators": "Scrape Creators",
26222
- "scrapegraph": "Scrapegraphai API",
26503
+ "scrapegraphai": "ScrapeGraphAI",
26223
26504
  "searchapi": "SearchAPI",
26505
+ "seltz": "Seltz",
26224
26506
  "serper": "Serper",
26225
26507
  "serper-scrape": "Serper Scrape",
26226
26508
  "sixtyfour": "Sixtyfour API",
@@ -26230,6 +26512,7 @@ var ORTHOGONAL_API_NAMES = {
26230
26512
  "textbelt": "Textbelt API",
26231
26513
  "tomba": "Tomba API",
26232
26514
  "valyu": "Valyu API",
26515
+ "voygr": "Voygr",
26233
26516
  "zai": "Z.ai API"
26234
26517
  };
26235
26518
  var BuiltInToolProvider = {
@@ -30914,6 +31197,9 @@ var MODEL_FAMILY_PROVIDER_IDS = {
30914
31197
  "gemini-3-1-pro": {
30915
31198
  "vercel": "google/gemini-3.1-pro-preview"
30916
31199
  },
31200
+ "gemini-3-5-flash": {
31201
+ "vercel": "google/gemini-3.5-flash"
31202
+ },
30917
31203
  "gemini-3-flash": {
30918
31204
  "google": "google/gemini-3-flash-preview",
30919
31205
  "vercel": "google/gemini-3-flash"
@@ -30933,6 +31219,9 @@ var MODEL_FAMILY_PROVIDER_IDS = {
30933
31219
  "gemini-3.1-pro-preview": {
30934
31220
  "vercel": "google/gemini-3.1-pro-preview"
30935
31221
  },
31222
+ "gemini-3.5-flash": {
31223
+ "vercel": "google/gemini-3.5-flash"
31224
+ },
30936
31225
  "gemini-embedding-001": {
30937
31226
  "vercel": "google/gemini-embedding-001"
30938
31227
  },
@@ -31312,12 +31601,6 @@ var MODEL_FAMILY_PROVIDER_IDS = {
31312
31601
  "grok-4-fast": {
31313
31602
  "xai": "x/grok-4-fast"
31314
31603
  },
31315
- "grok-4-fast-non-reasoning": {
31316
- "vercel": "xai/grok-4-fast-non-reasoning"
31317
- },
31318
- "grok-4-fast-reasoning": {
31319
- "vercel": "xai/grok-4-fast-reasoning"
31320
- },
31321
31604
  "grok-4.1-fast-non-reasoning": {
31322
31605
  "vercel": "xai/grok-4.1-fast-non-reasoning"
31323
31606
  },
@@ -31346,7 +31629,6 @@ var MODEL_FAMILY_PROVIDER_IDS = {
31346
31629
  "vercel": "xai/grok-4.3"
31347
31630
  },
31348
31631
  "grok-code-fast-1": {
31349
- "vercel": "xai/grok-code-fast-1",
31350
31632
  "xai": "x/grok-code-fast-1"
31351
31633
  },
31352
31634
  "interfaze-beta": {
@@ -31649,12 +31931,6 @@ var MODEL_FAMILY_PROVIDER_IDS = {
31649
31931
  "qwen3-32b": {
31650
31932
  "vercel": "alibaba/qwen-3-32b"
31651
31933
  },
31652
- "qwen3-5-122b-a10b": {
31653
- "mixlayer": "qwen/qwen3.5-122b-a10b"
31654
- },
31655
- "qwen3-5-27b": {
31656
- "mixlayer": "qwen/qwen3.5-27b"
31657
- },
31658
31934
  "qwen3-5-35b-a3b": {
31659
31935
  "mixlayer": "qwen/qwen3.5-35b-a3b"
31660
31936
  },
@@ -31674,8 +31950,12 @@ var MODEL_FAMILY_PROVIDER_IDS = {
31674
31950
  "vercel": "alibaba/qwen3.5-plus"
31675
31951
  },
31676
31952
  "qwen3-6-27b": {
31953
+ "mixlayer": "qwen/qwen3.6-27b",
31677
31954
  "vercel": "alibaba/qwen3.6-27b"
31678
31955
  },
31956
+ "qwen3-6-35b-a3b": {
31957
+ "mixlayer": "qwen/qwen3.6-35b-a3b"
31958
+ },
31679
31959
  "qwen3-6-plus": {
31680
31960
  "vercel": "alibaba/qwen3.6-plus"
31681
31961
  },
@@ -31733,12 +32013,6 @@ var MODEL_FAMILY_PROVIDER_IDS = {
31733
32013
  "qwen3-vl-thinking": {
31734
32014
  "vercel": "alibaba/qwen3-vl-thinking"
31735
32015
  },
31736
- "qwen3.5-122b-a10b": {
31737
- "mixlayer": "qwen/qwen3.5-122b-a10b"
31738
- },
31739
- "qwen3.5-27b": {
31740
- "mixlayer": "qwen/qwen3.5-27b"
31741
- },
31742
32016
  "qwen3.5-35b-a3b": {
31743
32017
  "mixlayer": "qwen/qwen3.5-35b-a3b"
31744
32018
  },
@@ -31758,8 +32032,12 @@ var MODEL_FAMILY_PROVIDER_IDS = {
31758
32032
  "vercel": "alibaba/qwen3.5-plus"
31759
32033
  },
31760
32034
  "qwen3.6-27b": {
32035
+ "mixlayer": "qwen/qwen3.6-27b",
31761
32036
  "vercel": "alibaba/qwen3.6-27b"
31762
32037
  },
32038
+ "qwen3.6-35b-a3b": {
32039
+ "mixlayer": "qwen/qwen3.6-35b-a3b"
32040
+ },
31763
32041
  "qwen3.6-plus": {
31764
32042
  "vercel": "alibaba/qwen3.6-plus"
31765
32043
  },
@@ -32935,7 +33213,6 @@ var agentDefinitionSchema = external_exports.object({
32935
33213
  systemPrompt: external_exports.string().optional(),
32936
33214
  icon: external_exports.string().max(50).optional(),
32937
33215
  agentType: external_exports.enum(["runtype", "external", "claude_managed"]).optional(),
32938
- status: external_exports.enum(["draft", "active", "paused", "archived"]).optional(),
32939
33216
  loggingPolicy: external_exports.enum(["default", "on", "off"]).optional(),
32940
33217
  // Sampling parameters
32941
33218
  temperature: external_exports.number().min(0).max(2).optional(),
@@ -33050,7 +33327,8 @@ var surfaceSchema = external_exports.object({
33050
33327
  "whatsapp",
33051
33328
  "messaging",
33052
33329
  "telegram",
33053
- "a2a"
33330
+ "a2a",
33331
+ "hosted-page"
33054
33332
  ]),
33055
33333
  config: external_exports.record(external_exports.string(), external_exports.any()),
33056
33334
  createPolicy: createPolicySchema,
@@ -33438,22 +33716,7 @@ function validateToolDefinition(tool, index) {
33438
33716
  result.valid = result.errors.length === 0;
33439
33717
  return result;
33440
33718
  }
33441
- var VALID_SURFACE_TYPES = /* @__PURE__ */ new Set([
33442
- "chat",
33443
- "api",
33444
- "mcp",
33445
- "email",
33446
- "webhook",
33447
- "mcp_code",
33448
- "slack",
33449
- "schedule",
33450
- "sms",
33451
- "imessage",
33452
- "discord",
33453
- "whatsapp",
33454
- "telegram",
33455
- "a2a"
33456
- ]);
33719
+ var VALID_SURFACE_TYPES = new Set(surfaceSchema.shape.type.options);
33457
33720
  function validateSurfaceDefinition(surface, index) {
33458
33721
  const result = emptyResult();
33459
33722
  const base = `surfaces[${index}]`;
@@ -34915,7 +35178,9 @@ var NON_AI_PROVIDER_IDS = /* @__PURE__ */ new Set([
34915
35178
  // Email Services
34916
35179
  "resend",
34917
35180
  // Audio / Speech
34918
- "elevenlabs"
35181
+ "elevenlabs",
35182
+ // Observability
35183
+ "braintrust"
34919
35184
  ]);
34920
35185
  function isNonAIProvider(id) {
34921
35186
  const normalized = id.trim().toLowerCase();
@@ -35494,6 +35759,10 @@ var RecordInputSchema = external_exports.object({
35494
35759
  id: external_exports.string().min(1).optional(),
35495
35760
  name: external_exports.string().min(1).optional(),
35496
35761
  type: external_exports.string().min(1).optional(),
35762
+ // First-class owner field. Stored as `metadata.ownerId` and queryable via
35763
+ // the `?ownerId=` conversations list filter; a top-level value overrides
35764
+ // any `metadata.ownerId`.
35765
+ ownerId: external_exports.string().min(1).optional(),
35497
35766
  metadata: external_exports.record(external_exports.string(), external_exports.any()).optional()
35498
35767
  }).refine((data) => data.id || data.name && data.type, {
35499
35768
  message: "Either 'id' or both 'name' and 'type' must be provided"
@@ -35593,9 +35862,21 @@ var FileContentPartSchema = external_exports.object({
35593
35862
  mimeType: external_exports.string(),
35594
35863
  filename: external_exports.string()
35595
35864
  });
35865
+ var ReasoningContentPartSchema = external_exports.object({
35866
+ type: external_exports.literal("reasoning"),
35867
+ text: external_exports.string(),
35868
+ providerOptions: external_exports.record(external_exports.string(), external_exports.unknown()).optional()
35869
+ });
35596
35870
  var MessageContentSchema = external_exports.union([
35597
35871
  external_exports.string().min(1),
35598
- external_exports.array(external_exports.union([TextContentPartSchema, ImageContentPartSchema, FileContentPartSchema])).min(1)
35872
+ external_exports.array(
35873
+ external_exports.union([
35874
+ TextContentPartSchema,
35875
+ ImageContentPartSchema,
35876
+ FileContentPartSchema,
35877
+ ReasoningContentPartSchema
35878
+ ])
35879
+ ).min(1)
35599
35880
  ]);
35600
35881
  var DispatchRequestSchema = external_exports.object({
35601
35882
  record: RecordInputSchema.optional(),
@@ -35637,12 +35918,7 @@ var DispatchRequestSchema = external_exports.object({
35637
35918
  allowOverwriteExternalChanges: external_exports.boolean().optional().default(false)
35638
35919
  }).optional(),
35639
35920
  flowTimeoutMs: external_exports.number().int().min(1e3).max(9e5).optional(),
35640
- stepTimeoutMs: external_exports.number().int().min(1e3).max(3e5).optional(),
35641
- // Internal: opt-in Braintrust tracing for the execution. Undocumented;
35642
- // intended for first-party flows (e.g. the dashboard's product
35643
- // generator) where deeper observability is wanted without affecting
35644
- // every other dispatch on the platform.
35645
- _braintrustTracing: external_exports.boolean().optional()
35921
+ stepTimeoutMs: external_exports.number().int().min(1e3).max(3e5).optional()
35646
35922
  }).optional().default({
35647
35923
  streamResponse: true,
35648
35924
  recordMode: "existing",
@@ -35669,6 +35945,66 @@ var RunPromptOptionsSchema = external_exports.object({
35669
35945
  variables: external_exports.record(external_exports.string(), external_exports.unknown()).optional(),
35670
35946
  responseFormat: external_exports.enum(["text", "json", "markdown"]).optional()
35671
35947
  });
35948
+ var RuntimeProxyMessageContentSchema = external_exports.union([
35949
+ external_exports.string(),
35950
+ external_exports.array(
35951
+ external_exports.union([
35952
+ TextContentPartSchema,
35953
+ ImageContentPartSchema,
35954
+ FileContentPartSchema,
35955
+ ReasoningContentPartSchema
35956
+ ])
35957
+ )
35958
+ ]);
35959
+ var RuntimeProxyMessageSchema = external_exports.object({
35960
+ role: external_exports.enum(["system", "user", "assistant", "tool"]),
35961
+ content: RuntimeProxyMessageContentSchema,
35962
+ toolCalls: external_exports.array(
35963
+ external_exports.object({
35964
+ toolCallId: external_exports.string(),
35965
+ toolName: external_exports.string(),
35966
+ args: external_exports.record(external_exports.string(), external_exports.unknown()),
35967
+ providerOptions: external_exports.record(external_exports.string(), external_exports.unknown()).optional()
35968
+ })
35969
+ ).optional(),
35970
+ toolResults: external_exports.array(
35971
+ external_exports.object({
35972
+ toolCallId: external_exports.string(),
35973
+ toolName: external_exports.string(),
35974
+ result: external_exports.unknown(),
35975
+ providerOptions: external_exports.record(external_exports.string(), external_exports.unknown()).optional()
35976
+ })
35977
+ ).optional()
35978
+ });
35979
+ var RuntimeProxyToolSchema = external_exports.object({
35980
+ name: external_exports.string().min(1),
35981
+ description: external_exports.string(),
35982
+ parametersSchema: external_exports.record(external_exports.string(), external_exports.unknown())
35983
+ });
35984
+ var RuntimeProxyToolConfigSchema = external_exports.object({
35985
+ maxToolCalls: external_exports.number().int().positive().optional(),
35986
+ toolCallStrategy: external_exports.enum(["auto", "required", "none"]).optional(),
35987
+ parallelCalls: external_exports.boolean().optional(),
35988
+ onToolError: external_exports.enum(["fail", "continue", "retry"]).optional()
35989
+ });
35990
+ var RuntimeProxyRequestSchema = external_exports.object({
35991
+ model: external_exports.string().min(1),
35992
+ prompt: external_exports.string().default(""),
35993
+ options: external_exports.object({
35994
+ systemPrompt: external_exports.string().optional(),
35995
+ messages: external_exports.array(RuntimeProxyMessageSchema).optional(),
35996
+ userPrompt: external_exports.string().optional(),
35997
+ temperature: external_exports.number().optional(),
35998
+ maxOutputTokens: external_exports.number().int().positive().optional(),
35999
+ topP: external_exports.number().optional(),
36000
+ topK: external_exports.number().int().optional(),
36001
+ frequencyPenalty: external_exports.number().optional(),
36002
+ presencePenalty: external_exports.number().optional(),
36003
+ seed: external_exports.number().int().optional(),
36004
+ tools: external_exports.array(RuntimeProxyToolSchema).optional(),
36005
+ toolConfiguration: RuntimeProxyToolConfigSchema.optional()
36006
+ }).optional().default({})
36007
+ });
35672
36008
  var SANDBOX_TTL_DEFAULT_SECONDS = 10 * 60;
35673
36009
  var SANDBOX_TTL_MAX_SECONDS = 2 * 60 * 60;
35674
36010
  var SANDBOX_TTL_OPTIONS = [
@@ -49883,7 +50219,6 @@ agentsCommand.command("list").description("List all agents").option("--json", "O
49883
50219
  { label: "ID", value: agent.id, color: "green" },
49884
50220
  { label: "Name", value: agent.name },
49885
50221
  { label: "Description", value: agent.description, color: "gray" },
49886
- { label: "Status", value: agent.status },
49887
50222
  { label: "Model", value: agent.model, color: "blue" }
49888
50223
  ]
49889
50224
  });
@@ -49939,7 +50274,6 @@ agentsCommand.command("get <id>").description("Get agent details").option("--jso
49939
50274
  { label: "ID", value: agent.id, color: "green" },
49940
50275
  { label: "Name", value: agent.name },
49941
50276
  { label: "Description", value: agent.description },
49942
- { label: "Status", value: agent.status },
49943
50277
  { label: "Model", value: agent.model, color: "blue" },
49944
50278
  { label: "Capabilities", value: agent.capabilities?.length }
49945
50279
  ]